/* @license MIT https://github.com/necolas/normalize.css/blob/3.0.3/LICENSE.md */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media (min--moz-device-pixel-ratio:0) {
    summary {
        display: list-item;
    }
}

/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress__track {
    border-color: #b3b3b3;
    border-radius: 10em;
    background-color: #f2f1eb;
    background-image: -webkit-linear-gradient(#e7e7df, #f0f0f0);
    background-image: linear-gradient(#e7e7df, #f0f0f0);
    box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.16);
}

.progress__bar {
    height: 16px;
    margin-top: -1px;
    margin-left: -1px;
    padding: 0 1px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
    border: 1px #07629a solid;
    border-radius: 10em;
    background: #057ec9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), -webkit-linear-gradient(left top, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #0094f0 0%, #0094f0 25%, #007ecc 25%, #007ecc 50%, #0094f0 50%, #0094f0 75%, #0094f0 100%);
    background-size: 40px 40px;
}

[dir="rtl"] .progress__bar {
    margin-right: -1px;
    margin-left: 0;
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress__bar {
        -webkit-transition: none;
        transition: none;
        -webkit-animation: none;
        -moz-animation: none;
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@-ms-keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 0 0, -80px 0;
    }
}

.action-links {
    margin: 1em 0;
    padding: 0;
    list-style: none;
}

[dir="rtl"] .action-links {
    margin-right: 0;
}

.action-links li {
    display: inline-block;
    margin: 0 0.3em;
}

.action-links li:first-child {
    margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
    margin-right: 0;
    margin-left: 0.3em;
}

.button-action {
    display: inline-block;
    padding: 0.2em 0.5em 0.3em;
    text-decoration: none;
    line-height: 160%;
}

.button-action:before {
    margin-left: -0.1em;
    padding-right: 0.2em;
    content: "+";
    font-weight: 900;
}

[dir="rtl"] .button-action:before {
    margin-right: -0.1em;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0.2em;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .breadcrumb ol {
    margin-right: 0;
}

.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb li:before {
    content: " \BB ";
}

.breadcrumb li:first-child:before {
    content: none;
}
.breadcrumb .breadcrumb__list {
    margin: 0 auto;
    padding-left: 0rem;
    padding-right: 0rem
}

.breadcrumb .breadcrumb__list-item {
    padding-right: 8px;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.33em;
    letter-spacing: 1.8px;
    color: #6F6259
}

.breadcrumb .breadcrumb__list-item:not(:first-child)::before {
    content: "|";
    color: #FF0064;
    margin-right: 15px
}
.breadcrumb .breadcrumb__list-item:last-child a{
    color:#5f5f5f;
}
.button,
.image-button {
    margin-right: 1em;
    margin-left: 1em;
}

.button:first-child,
.image-button:first-child {
    margin-right: 0;
    margin-left: 0;
}

.collapse-processed>summary {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.collapse-processed>summary:before {
    float: left;
    width: 1em;
    height: 1em;
    content: "";
    background: url(/themes/contrib/classy/images/misc/menu-expanded.png) 0 100% no-repeat;
}

[dir="rtl"] .collapse-processed>summary:before {
    float: right;
    background-position: 100% 100%;
}

.collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 25% 35%;
}

[dir="rtl"] .collapse-processed:not([open])>summary:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: 75% 35%;
}

.container-inline label:after,
.container-inline .label:after {
    content: ":";
}

.form-type-radios .container-inline label:after,
.form-type-checkboxes .container-inline label:after {
    content: "";
}

.form-type-radios .container-inline .form-type-radio,
.form-type-checkboxes .container-inline .form-type-checkbox {
    margin: 0 1em;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

details {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
}

details>.details-wrapper {
    padding: 0.5em 1.5em;
}

summary {
    padding: 0.2em 0.5em;
    cursor: pointer;
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.exposed-filters .form-item {
    margin: 0 0 0.1em 0;
    padding: 0;
}

.exposed-filters .form-item label {
    float: left;
    width: 10em;
    font-weight: normal;
}

[dir="rtl"] .exposed-filters .form-item label {
    float: right;
}

.exposed-filters .form-select {
    width: 14em;
}

.exposed-filters .current-filters {
    margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
    font-weight: bold;
    font-style: normal;
}

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

.field__label {
    font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
    float: left;
}

.field--label-inline .field__label,
.field--label-inline>.field__item,
.field--label-inline .field__items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
    padding-right: 0;
    padding-left: 0.5em;
}

.field--label-inline .field__label::after {
    content: ":";
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0.5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: 0.5em;
}

form .field-add-more-submit {
    margin: 0.5em 0 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
    font-size: 0.85em;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-composite>legend,
.label {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
    margin-right: 2.4em;
    margin-left: 0;
}

.marker {
    color: #e00;
}

.form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/themes/contrib/classy/images/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
    border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.form-item--error-message:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    vertical-align: sub;
    background: url(/themes/contrib/classy/images/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    padding: 1px 0 1px 20px;
    background: url(/themes/contrib/classy/images/misc/help.png) 0 50% no-repeat;
}

[dir="rtl"] .icon-help {
    padding: 1px 20px 1px 0;
    background-position: 100% 50%;
}

.feed-icon {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    background: url(/themes/contrib/classy/images/misc/feed.svg) no-repeat;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%;
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: 0.5em;
    margin-left: 1em;
}

.form--inline .form-actions {
    clear: left;
}

[dir="rtl"] .form--inline .form-actions {
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
    display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
    margin: 0;
}

button.link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
}

label button.link {
    font-weight: bold;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px;
}

ul.inline li {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
}

ul.links a.is-active {
    color: #000;
}

ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: left;
}

[dir="rtl"] ul.menu {
    margin-right: 1em;
    margin-left: 0;
    text-align: right;
}

.menu-item--expanded {
    list-style-type: circle;
    list-style-image: url(/themes/contrib/classy/images/misc/menu-expanded.png);
}

.menu-item--collapsed {
    list-style-type: disc;
    list-style-image: url(/themes/contrib/classy/images/misc/menu-collapsed.png);
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(/themes/contrib/classy/images/misc/menu-collapsed-rtl.png);
}

.menu-item {
    margin: 0;
    padding-top: 0.2em;
}

ul.menu a.is-active {
    color: #000;
}

.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

.pager__items {
    clear: both;
    text-align: center;
}

.pager__item {
    display: inline;
    padding: 0.5em;
}

.pager__item.is-active {
    font-weight: bold;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    margin: 0 0 0.5em;
    padding: 0;
    list-style: none;
}

.tabs>li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs>li {
    margin-right: 0;
    margin-left: 0.3em;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.tabs a.is-active {
    background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
    background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width:600px) {
    .ui-dialog--narrow {
        min-width: 95%;
        max-width: 95%;
    }
}

.messages {
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
}

.messages+.messages {
    margin-top: 1.538em;
}

.messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.messages__item+.messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    background-image: url(/themes/contrib/classy/images/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
}

.messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    background-color: #fdf8ed;
    background-image: url(/themes/contrib/classy/images/icons/e29700/warning.svg);
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    background-image: url(/themes/contrib/classy/images/icons/e32700/error.svg);
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.field.heading .file--application-pdf a:after,
.text-formatted .file--application-pdf a:after,
.ck-editor .file--application-pdf a:after,
div[data-drupal-messages] .messages:before,
div[data-drupal-messages] .messages.messages--error:before,
.sign-up-popup-form .sign-up-close-popup:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:before,
.btn--primary:after,
.go-to-top:before,
.link--primary:before,
#sliding-popup .eu-cookie-compliance-buttons button:after,
#sliding-popup .eu-cookie-compliance-categories-buttons button:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/inter.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2")
}

.field.heading .file--application-pdf a:after,
.text-formatted .file--application-pdf a:after,
.ck-editor .file--application-pdf a:after,
div[data-drupal-messages] .messages:before,
div[data-drupal-messages] .messages.messages--error:before,
.sign-up-popup-form .sign-up-close-popup:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:after,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:before,
.btn--primary:after,
.go-to-top:before,
.link--primary:before,
#sliding-popup .eu-cookie-compliance-buttons button:after,
#sliding-popup .eu-cookie-compliance-categories-buttons button:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/inter.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2")
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2")
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0
}

h2 {
    margin: 24px 0
}

@media print,
screen and (min-width:48em) {
    h2 {
        margin: 32px 0
    }
}

h3 {
    margin: 16px 0
}

@media print,
screen and (min-width:48em) {
    h3 {
        margin: 24px 0 16px
    }
}

.field.heading p,
.text-formatted p,
.ck-editor p {
    line-height: inherit;
    letter-spacing: 0.06px
}

.field.heading p:last-child,
.text-formatted p:last-child,
.ck-editor p:last-child {
    margin-bottom: 0
}

.field.heading .gray-text,
.text-formatted .gray-text,
.ck-editor .gray-text {
    color: #666
}

.field.heading .medium-weight,
.text-formatted .medium-weight,
.ck-editor .medium-weight {
    font-weight: 500
}

.field.heading .bigger-size,
.text-formatted .bigger-size,
.ck-editor .bigger-size {
    font-size: 1.25rem
}

.field.heading .initial-letter,
.text-formatted .initial-letter,
.ck-editor .initial-letter {
    display: inherit
}

.field.heading .initial-letter::first-letter,
.text-formatted .initial-letter::first-letter,
.ck-editor .initial-letter::first-letter {
    initial-letter: 3;
    padding-right: 5px
}

.field.heading .ultra,
.text-formatted .ultra,
.ck-editor .ultra {
    font-size: 2.875rem;
    line-height: 1;
    font-weight: 600;
    display: inherit;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {

    .field.heading .ultra,
    .text-formatted .ultra,
    .ck-editor .ultra {
        font-size: 3.5rem
    }
}

@media print,
screen and (max-width:47.99875em) {

    .field.heading .ultra,
    .text-formatted .ultra,
    .ck-editor .ultra {
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.6;
        margin-bottom: 20px
    }
}

.field.heading .file--application-pdf a,
.text-formatted .file--application-pdf a,
.ck-editor .file--application-pdf a {
    color: #000;
    font-size: 0;
    display: block;
    transition: all 0.3s ease
}

.field.heading .file--application-pdf a:after,
.text-formatted .file--application-pdf a:after,
.ck-editor .file--application-pdf a:after {
    content: "";
    font-size: 1.25rem;
    top: 2px;
    position: relative
}

.field.heading .file--application-pdf a::before,
.text-formatted .file--application-pdf a::before,
.ck-editor .file--application-pdf a::before {
    content: "PDF";
    font-size: 1rem
}

.field.heading .file--application-pdf a:hover,
.field.heading .file--application-pdf a:focus,
.field.heading .file--application-pdf a:active,
.text-formatted .file--application-pdf a:hover,
.text-formatted .file--application-pdf a:focus,
.text-formatted .file--application-pdf a:active,
.ck-editor .file--application-pdf a:hover,
.ck-editor .file--application-pdf a:focus,
.ck-editor .file--application-pdf a:active {
    color: #FF0064
}

.field.heading strong,
.text-formatted strong,
.ck-editor strong {
    font-weight: 600
}

div.ck-editor a {
    color: #FF0064
}

.field--name-field-heading strong {
    font-weight: 800
}

.layout-build-modal-form h1 {
    font-weight: 700
}

.layout-build-modal-form h2,
.layout-build-modal-form h3,
.layout-build-modal-form h4,
.layout-build-modal-form h5,
.layout-build-modal-form h6 {
    font-weight: 600
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    line-height:1.5;
    background: #fff;
    font-family: "Poppins", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 2;
    text-rendering: optimizeLegibility;
    font-size:1rem;
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    color: inherit;
    margin-bottom:20px;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #cacaca
}



a {
    line-height: inherit;
    color: #FF0064;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #db0056
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 1208px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 2;
    color: #8a8a8a
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.5
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none
}

cite,
.cite-block {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

cite:before,
.cite-block:before {
    content: "— "
}

code,
.code-inline {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:48em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        print-color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.5remcalc($form-spacing / 2)calc($form-spacing / 2)-.0625rem;
    margin: 0 0 1rem;
    padding: calc($form-spacing / 2);
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type='search'] {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .5rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 0 0 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 1.5remcalc($form-spacing / 2)calc($form-spacing / 2)-.0625rem;
    margin: 0 0 1rem;
    padding: calc($form-spacing / 2);
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 0.5px solid #C9C3BE;
    background-color: #fff
}

caption {
    padding: 1rem .75rem;
    font-weight: 700
}

thead {
    background: #23B0BA;
    color: #fff
}

tfoot {
    background: #f2f2f2;
    color: #000
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: 1rem .75rem;
    font-weight: 700;
    text-align: left
}

tbody th,
tbody td {
    padding: 1rem .75rem
}

tbody tr {
    border-bottom: 0.5px solid #C9C3BE;
    background-color: #fff
}

@media print,
screen and (max-width:63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #21a8b1
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

.table-scroll {
    overflow-x: auto
}

@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.svg#3xl) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

div[data-drupal-messages] .messages {
    color: #000;
    padding: 8px 10px;
    position: relative;
    text-align: left;
    background-image: none
}

div[data-drupal-messages] .messages a {
    text-decoration: underline
}

div[data-drupal-messages] .messages:before {
    font-size: 30px;
    margin-right: 10px
}

.layout-builder-form div[data-drupal-messages] .messages {
    margin: 0;
    background-image: none
}

div[data-drupal-messages] .messages.messages--ok,
div[data-drupal-messages] .messages.messages--status {
    color: #1f7309;
    border-color: #c3f9b5
}

div[data-drupal-messages] .messages.messages--ok a,
div[data-drupal-messages] .messages.messages--status a {
    color: #1f7309
}

div[data-drupal-messages] .messages.messages--status:before {
    content: "";
    color: #81b564
}

div[data-drupal-messages] .messages.messages--ok:before {
    content: "";
    color: #81b564
}

div[data-drupal-messages] .messages.messages--warning:before {
    content: "";
    color: #e2be6c
}

div[data-drupal-messages] .messages.messages--warning a {
    color: #000
}

div[data-drupal-messages] .messages.messages--error {
    background-color: #c74e4e;
    border-color: #ac3636;
    color: #fff
}

div[data-drupal-messages] .messages.messages--error a {
    color: #fff
}

div[data-drupal-messages] .messages.messages--error:before {
    content: ""
}

div[data-drupal-messages] em.placeholder {
    margin: 0 5px
}

.messages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.messages ul li {
    border-bottom: 1px solid #fff;
    list-style-image: none;
    margin-bottom: 4px;
    padding-bottom: 10px
}

.messages ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.cssanimations .ajax-progress.ajax-progress-fullscreen {
    height: 44px;
    width: 44px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background: #fff;
    z-index: 7000;
    opacity: 0.9;
    border: 2px solid #1779ba
}

.cssanimations .ajax-progress.ajax-progress-fullscreen:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/themes/custom/themekit/dist/assets/images/svg/loader.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-animation: rotate 700ms linear infinite normal;
    animation: rotate 700ms linear infinite normal
}

.no-cssanimations .ajax-progress.ajax-progress-fullscreen {
    background: url(/themes/custom/themekit/dist/assets/images/gif-loader.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.file {
    background-image: none;
    padding-left: 0
}

.layout-builder {
    background: none;
    overflow: hidden;
    padding-bottom: 100px
}

.layout-builder-form {
    position: relative;
    padding-bottom: 50px
}

.layout-builder-form>.form-actions {
    background: #f7f7f7;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 8px 32px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.layout-builder-form>.form-actions:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 301
}

.layout-builder-form>.form-actions .button {
    box-shadow: 0 1px 2px rgba(5, 80, 230, 0.15);
    padding: calc(1rem - 2px) calc(1.5rem - 2px);
    border-radius: 6px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #0550e6;
    background-color: transparent;
    border: 2px solid #0550e6 !important
}

.layout-builder-form>.form-actions .button:hover {
    color: #fff;
    background-color: #0550e6
}

.layout-builder-form>.form-actions .button.button--primary {
    background: #0550e6;
    box-shadow: 0 0.125em 0.25em rgba(5, 80, 230, 0.3), 0.1em 0.25em 0.5em rgba(5, 80, 230, 0.15), -0.25em -0.5em 1em #f8fafe;
    -webkit-filter: drop-shadow(0 6px 10px rgba(5, 80, 230, 0.15));
    filter: drop-shadow(0 6px 10px rgba(5, 80, 230, 0.15));
    color: #fff
}

.layout-builder-form>.form-actions .button.button--primary:hover {
    background-color: #0444c4
}

.layout-builder-form>.form-actions .button#edit-discard-changes {
    color: #cc3d3d;
    box-shadow: 0 1px 2px #fdd9d9;
    border: 2px solid #cc3d3d !important;
    background: transparent
}

.layout-builder-form>.form-actions .button#edit-discard-changes:hover {
    color: #fff;
    background-color: #cc3d3d
}

.layout-builder-form>.form-actions #edit-preview-toggle {
    order: -1;
    margin-right: auto
}

.layout-builder-form>.form-actions #edit-preview-toggle .js-form-item,
.layout-builder-form>.form-actions #edit-preview-toggle input {
    margin: 0
}

.ui-dialog-off-canvas #drupal-off-canvas .js-layout-builder-category .details-wrapper a.use-ajax {
    color: #fff;
    display: flex;
    align-items: center
}

.ui-dialog-off-canvas #drupal-off-canvas .js-layout-builder-category .details-wrapper a.use-ajax img {
    width: 30px;
    margin-right: 10px;
    padding: 5px
}

ul.layout-selection {
    margin-top: 16px
}

ul.layout-selection li {
    margin-left: 0
}

ul.layout-selection svg {
    width: 60px;
    height: auto
}

.layout-builder__add-block {
    width: 50%;
    min-width: 300px;
    flex-shrink: 0;
    margin: 60px auto 0
}

.layout-builder__add-block.is-layout-builder-highlighted {
    margin: 60px auto 0
}

.layout-builder__region-label+.layout-builder__add-block {
    margin-top: 0
}

.block--help {
    max-width: 1200px;
    margin: 32px auto
}

.layout-builder-discard-changes {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.layout-builder-discard-changes input.button--primary {
    padding: calc(1rem - 2px) calc(1.5rem - 2px);
    border-radius: 6px;
    background: #0550e6;
    color: #fff;
    border: 2px solid #0550e6 !important;
    box-shadow: 0 0.125em 0.25em rgba(5, 80, 230, 0.3), 0.1em 0.25em 0.5em rgba(5, 80, 230, 0.15), -0.25em -0.5em 1em #f8fafe;
    -webkit-filter: drop-shadow(0 6px 10px rgba(5, 80, 230, 0.15));
    filter: drop-shadow(0 6px 10px rgba(5, 80, 230, 0.15))
}

.layout-builder-discard-changes input.button--primary:hover {
    background-color: #0444c4
}

.layout-builder-discard-changes #edit-cancel {
    box-shadow: 0 1px 2px rgba(5, 80, 230, 0.15);
    padding: calc(1rem - 2px) calc(1.5rem - 2px);
    border-radius: 6px;
    color: #0550e6;
    background-color: transparent;
    border: 2px solid #0550e6 !important
}

.layout-builder-discard-changes #edit-cancel:hover {
    color: #fff;
    background-color: #0550e6
}

.ui-dialog-off-canvas .ui-dialog-titlebar-close {
    top: 10px !important
}

.ui-dialog-off-canvas #drupal-off-canvas {
    color: #fff
}

.ui-dialog-off-canvas #drupal-off-canvas a:not(.button) {
    color: white;
    text-decoration: underline
}

.ui-dialog-off-canvas #drupal-off-canvas .chosen-container * {
    color: black
}

.ui-dialog-off-canvas #drupal-off-canvas .chosen-container input {
    min-height: auto
}

.ui-dialog-off-canvas #drupal-off-canvas .form-wrapper label,
.ui-dialog-off-canvas #drupal-off-canvas .form-composite label {
    color: white
}

.ui-dialog-off-canvas #drupal-off-canvas .button {
    box-shadow: 0 1px 2px rgba(5, 80, 230, 0.15);
    padding: calc(1rem - 2px) calc(1.5rem - 2px);
    border-radius: 6px;
    background-color: #0550e6;
    border: 2px solid #0550e6 !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0
}

.ui-dialog-off-canvas #drupal-off-canvas .button:hover {
    color: #fff;
    background-color: #0444c4;
    border-color: #0444c4 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .button.button--danger {
    border: 1px solid #bd2727 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .button.button--danger:hover {
    border: 1px solid #bd2727 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .button[data-dialog-type],
.ui-dialog-off-canvas #drupal-off-canvas .button.button--primary {
    border-color: white !important;
    background: transparent !important
}

.ui-dialog-off-canvas #drupal-off-canvas .button[data-dialog-type]:hover,
.ui-dialog-off-canvas #drupal-off-canvas .button.button--primary:hover {
    background: #0550e6 !important;
    border-color: #0550e6 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .layout-builder-configure-section .button--primary {
    background-color: #0550e6 !important;
    border: 2px solid #0550e6 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .layout-builder-configure-section .button--primary:hover {
    color: #fff;
    background-color: #0444c4 !important;
    border-color: #0444c4 !important
}

.ui-dialog-off-canvas #drupal-off-canvas .form-checkbox {
    margin-bottom: 0
}

.ui-dialog-off-canvas #drupal-off-canvas .form-actions {
    margin-top: 1rem
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-quick-transition-form,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-quick-transition-form a,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-quick-transition-form input,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks a,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks input {
    flex: 1;
    margin: 0 10px 10px !important
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-quick-transition-form .form-item-revision-log-toggle,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks .form-item-revision-log-toggle {
    flex: 100%
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-quick-transition-form .form-item-revision-log-toggle input,
.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks .form-item-revision-log-toggle input {
    margin: 0 10px !important
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-secondary-tasks {
    flex-direction: row-reverse
}

.ui-dialog-off-canvas #drupal-off-canvas .moderation-sidebar-container p {
    color: #fff
}

.ui-dialog-off-canvas #drupal-off-canvas .layout-builder-lock-section-settings .description {
    margin-bottom: 20px
}

.ui-dialog .field--name-field-show-divider input[type="checkbox"] {
    margin-bottom: 0
}

.js .field--widget-paragraphs .draggable .tabledrag-handle {
    width: 30px
}

a.tabledrag-handle .handle {
    width: 29px;
    height: 29px
}

.layout-build-modal-form h4 {
    color: #000
}

.media-library-item .media-library-edit__link {
    font-size: 0;
    top: 65px;
    right: -15px
}

.button.js-hide {
    display: none !important
}

#drupal-off-canvas .layout-builder-components-table__block-label {
    color: #000
}

#drupal-off-canvas a.tabledrag-handle .handle {
    width: 16px;
    height: 16px
}

.field-multiple-table .field--type-text-long {
    max-width: 630px
}

#skip-to-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    z-index: 8000
}

#skip-to-content .skip-to-content-link {
    display: inline-block;
    position: absolute;
    width: 160px;
    background: #1779ba;
    color: #fff;
    padding: 5px;
    left: -1000px;
    opacity: 0;
    transition-property: opacity, left;
    transition-duration: 600ms, 0ms;
    transition-delay: 1000ms, 1600ms
}

#skip-to-content .skip-to-content-link:focus {
    left: 0;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0ms;
    transition-delay: 0ms
}

#main-content {
    transition: background 500ms
}

#main-content:focus {
    background: #a9d6f4;
    outline: none
}

.ui-widget-overlay.ui-front {
    background-color: #171717;
    opacity: 0.6
}

.ajax-progress.ajax-progress-throbber,
.ui-dialog .ajax-progress.ajax-progress-throbber {
    background: none;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    padding: 0;
    height: 55px;
    width: 62px;
    border: 0;
    box-shadow: none
}

.ajax-progress.ajax-progress-throbber::before,
.ui-dialog .ajax-progress.ajax-progress-throbber::before {
    display: none
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ajax-progress.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/loader.svg);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    -webkit-animation: 1s linear 0s infinite normal both running rotate-center;
    animation: 1s linear 0s infinite normal both running rotate-center;
    display: block;
    height: 55px;
    width: 62px
}

.popup-overlay {
    background-color: #171717;
    opacity: 0.6;
    position: fixed;
    z-index: 210;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

@media print,
screen and (min-width:48em) {
    .popup-overlay {
        display: block
    }
}

svg {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%
}

.layout:not(.banner-layout):not(.no-paddings) {
    padding-top: 40px;
    padding-bottom: 80px;
    min-height: 40px
}

@media print,
screen and (min-width:48em) {

}

.layout>.layout-content {
    display: flex;
    flex-wrap: wrap
}

.layout>.layout-content>.layout__region {
    width: 100%
}

.layout.bg-color--none {
    background-color: #fff
}

.layout.bg-color--none+.bg-color--none {
    padding-top: 0
}

.layout.bg-color--gray {
    background-color: #F5F4F2
}

.layout.bg-color--gray+.bg-color--gray {
    padding-top: 0
}

@media print,
screen and (min-width:48em) {
    .layout.twocol-layout .layout-content {
        display: flex;
        justify-content: space-between;
        margin: 0 -20px
    }
}

@media print,
screen and (min-width:48em) {
    .layout.twocol-layout .layout-content>.layout__region {
        width: 50%;
        padding: 0 20px
    }
}

.layout.twocol-layout .layout-content>.layout__region--first:not(:last-of-type) {
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .layout.twocol-layout .layout-content>.layout__region--first:not(:last-of-type) {
        margin-bottom: 0
    }
}

.layout.twocol-layout .layout-content>.layout__region>.block+.block {
    margin-top: 80px
}

.layout.pattern-size--small {
    background-image: url(/themes/custom/themekit/dist/assets/images/pattern-small.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 852px 211px
}

.layout.pattern-size--big {
    background-image: url(/themes/custom/themekit/dist/assets/images/pattern-big.png);
    background-repeat-y: no-repeat;
    background-position: bottom center
}

@media print,
screen and (max-width:63.99875em) {
    .layout.hide-section {
        display: none !important
    }
}

.layout .block-navigations {
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .layout.with-breadcrumbs+.bg-color--gray {
        margin-top: 80px
    }
}

@media print,
screen and (max-width:63.99875em) {
    .layout.with-breadcrumbs.hide-section+.bg-color--gray {
        margin-top: 0
    }
}

.layout .layout__region>.block+.block {
    margin-top: 40px
}

@media print,
screen and (min-width:64em) {
    .layout .layout__region>.block+.block {
        margin-top: 60px
    }
}

.inner-container {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,
screen and (min-width:48em) {
    .inner-container {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

.layout-builder__layout .block-navigations {
    margin: 60px 0
}

.form-item select {
    height: auto;
    margin: 0
}

.form-item input[type=checkbox],
.form-item input[type=radio] {
    margin-bottom: 0
}

.sign-up-popup-form {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: none;
    z-index: 300;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    overflow: auto
}

.sign-up-popup-active .sign-up-popup-form {
    display: block
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form {
        overflow: hidden;
        height: 70%;
        max-width: 770px;
        max-height: 690px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
        border-radius: 10px
    }
}

.sign-up-popup-form .popup-wrapper {
    padding: 147px 24px 100px;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .popup-wrapper {
        display: flex;
        height: 100%;
        padding: 0
    }
}

.sign-up-popup-form .sign-up-close-popup {
    color: #000;
    position: absolute;
    right: 20px;
    top: 55px;
    opacity: 1;
    width: 24px;
    height: 24px;
    font-size: 0;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: pointer
}

.sign-up-popup-form .sign-up-close-popup:after {
    content: "";
    font-size: 1.5rem
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .sign-up-close-popup {
        right: 15px;
        top: 15px
    }
}

.sign-up-popup-form .sign-up-close-popup:hover,
.sign-up-popup-form .sign-up-close-popup:focus,
.sign-up-popup-form .sign-up-close-popup:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sign-up-popup-form .bg-wrapper {
    background-image: url(/themes/custom/themekit/dist/assets/images/subscribe-popup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 0 0 51.6%;
    display: none
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .bg-wrapper {
        display: block
    }
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper {
        padding: 24px 40px;
        flex: 0 0 48.4%;
        overflow: auto
    }
}

.sign-up-popup-form .form-wrapper .form-titles-wrapper {
    border-bottom: 2px solid #FF0064;
    padding-bottom: 16px;
    margin-bottom: 24px
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .form-titles-wrapper {
        margin-bottom: 16px
    }
}

.sign-up-popup-form .form-wrapper .form-titles-wrapper .form-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.1px
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .form-titles-wrapper .form-title {
        font-size: 2rem;
        line-height: 40px
    }
}

.sign-up-popup-form .form-wrapper .form-titles-wrapper .form-subtitle {
    display: none;
    font-size: .75rem;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.8px
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .form-titles-wrapper .form-subtitle {
        display: block
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool .loader {
    background-color: transparent;
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/loader.svg);
    background-position: center;
    background-size: cover;
    -webkit-animation: 1s linear 0s infinite normal both running rotate-center;
    animation: 1s linear 0s infinite normal both running rotate-center;
    height: 55px;
    width: 62px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool .loader svg {
    display: none !important
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app {
    padding: 0;
    font-family: inherit
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .eqs-form-feild {
    margin-bottom: 24px
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .eqs-form-feild {
        margin-bottom: 16px
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .textInputBox {
    position: relative
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .textInputBox label {
    position: absolute;
    left: 10px;
    top: 17px;
    font-size: .75rem;
    font-weight: 500;
    color: #978B87;
    letter-spacing: 1.8px;
    transition: all 0.3s ease
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .textInputBox.focus-in label {
    font-size: .625rem;
    top: -5px
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="text"],
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="email"] {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.33;
    color: #000;
    letter-spacing: 1.8px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #FF0064;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {

    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="text"],
    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="email"] {
        font-size: .75rem;
        padding: 19px 10px
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="text"].error,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app input[type="email"].error {
    color: red
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .error {
    font-size: .625rem
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkBox label {
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.8px
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkBox a {
    color: #FF0064;
    text-decoration: none;
    transition: all 0.3s ease
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkBox a:hover,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkBox a:focus,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkBox a:active {
    color: #650028
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .selectBox label {
    display: none
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices {
    position: relative
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable {
    border-bottom: 1px solid #FF0064;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.33;
    padding: 6px 10px 5px;
    letter-spacing: 1.8px;
    color: #000
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable:after {
    content: "";
    font-size: 1.5rem;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable {
        font-size: .75rem;
        padding: 15px 10px
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__inner .choices__item--selectable[data-value]:not([data-value="en"]):not([data-value="de"]) {
    font-size: .75rem;
    color: #978B87
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__list--dropdown>.choices__list {
    border-bottom: 1px solid #FF0064;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    max-height: 132px;
    overflow: auto
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__list--dropdown>.choices__list .choices__item {
    background-color: #fff;
    cursor: pointer;
    padding: 11px 16px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000;
    transition: all 0.3s
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices .choices__list--dropdown>.choices__list .choices__item.is-highlighted {
    color: #fff;
    background-color: #FF0064
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices.is-open {
    z-index: 1
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices.is-open .choices__inner .choices__item--selectable::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .choices.is-open .choices__list--dropdown>.choices__list {
    display: block
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkbox label {
    font-weight: 500;
    font-size: .625rem;
    line-height: 1.4;
    letter-spacing: 1.8px;
    color: #000
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .checkbox label a {
    color: #FF0064
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .grecaptcha-badge {
    position: static !important;
    margin-bottom: 16px
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0
}

[data-whatinput='mouse'] .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button {
    outline: 0
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:hover {
        color: #fff;
        background-color: #650028
    }

    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:hover::after {
        left: 10px
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button:active::after {
    left: 10px
}

@media print,
screen and (max-width:47.99875em) {
    .sign-up-popup-form .form-wrapper .eqs-cms-irtool-app button {
        width: 100%
    }
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app span.success {
    display: block;
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: 600
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton {
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1.65px;
    transition: all 0.3s ease;
    text-decoration: none
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:before {
    content: "";
    font-size: 2rem;
    margin-right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background-color: #FF0064;
    padding: 7px 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all 0.3s ease
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:hover,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:focus,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:active {
    color: #650028
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:hover::before,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:focus::before,
.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton:active::before {
    background-color: #650028
}

.sign-up-popup-form .form-wrapper .eqs-cms-irtool-app .goBackButton::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-whatinput='mouse'] .btn--primary {
    outline: 0
}

.btn--primary:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .btn--primary:hover {
        color: #fff;
        background-color: #650028
    }

    .btn--primary:hover::after {
        left: 10px
    }
}

.btn--primary:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.btn--primary:active::after {
    left: 10px
}

.go-to-top {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #FF0064;
    position: sticky;
    bottom: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
    margin-top: -50px;
    right: 30px;
    margin-left: auto;
    z-index: 100
}

.go-to-top:before {
    content: ""
}

.go-to-top:hover {
    background-color: #650028
}

.link--primary {
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1.65px;
    transition: all 0.3s ease
}

.link--primary:before {
    content: "";
    font-size: 2rem;
    margin-right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background-color: #FF0064;
    padding: 7px 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all 0.3s ease
}

.link--primary:hover,
.link--primary:focus,
.link--primary:active {
    color: #650028
}

.link--primary:hover::before,
.link--primary:focus::before,
.link--primary:active::before {
    background-color: #650028
}

table:not(.field-multiple-table) {
    margin: 32px 0
}

@media print,
screen and (min-width:48em) {
    table:not(.field-multiple-table) {
        margin: 40px 0
    }
}

table:not(.field-multiple-table) thead {
    border: none
}

table:not(.field-multiple-table) thead th {
    word-break: break-word;
    font-weight: 600;
    padding: 0 5px;
    font-size: .6875rem;
    line-height: 2;
    letter-spacing: unset
}

@media print,
screen and (min-width:48em) {
    table:not(.field-multiple-table) thead th {
        font-size: 1rem;
        padding: 16px 12px
    }
}

table:not(.field-multiple-table) tbody {
    border: 0
}

table:not(.field-multiple-table) tbody td {
    word-break: break-word;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: 0.6px;
    font-size: .5625rem;
    padding: 3px 5px
}

@media print,
screen and (min-width:48em) {
    table:not(.field-multiple-table) tbody td {
        font-size: .875rem;
        padding: 16px 12px
    }
}

#sliding-popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0 !important;
    position: fixed
}

#sliding-popup .cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

#sliding-popup .eu-cookie-compliance-banner {
    height: 100%
}

#sliding-popup .eu-cookie-compliance-content {
    background-color: #fff;
    height: 100%;
    overflow: auto;
    max-width: 500px;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1
}

#sliding-popup .eu-cookie-compliance-message,
#sliding-popup .eu-cookie-compliance-buttons {
    max-width: 100%;
    float: none
}

#sliding-popup .eu-cookie-compliance-message {
    padding: 20px
}

#sliding-popup .eu-cookie-compliance-message h2 {
    font-size: 1.25rem;
    line-height: 25px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    margin-bottom: 20px
}

#sliding-popup .eu-cookie-compliance-message p {
    margin: 0
}

#sliding-popup .eu-cookie-compliance-message a {
    transition: all 0.3s ease
}

#sliding-popup .eu-cookie-compliance-message a:hover,
#sliding-popup .eu-cookie-compliance-message a:focus,
#sliding-popup .eu-cookie-compliance-message a:active {
    color: #650028
}

#sliding-popup .eu-cookie-compliance-buttons {
    margin-bottom: 20px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #000
}

@media print,
screen and (min-width:48em) {
    #sliding-popup .eu-cookie-compliance-buttons {
        display: flex;
        justify-content: center
    }
}

#sliding-popup .eu-cookie-compliance-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: .75rem;
    padding: 10px 15px 6px;
    margin: 0 0 10px 5px
}

[data-whatinput='mouse'] #sliding-popup .eu-cookie-compliance-buttons button {
    outline: 0
}

#sliding-popup .eu-cookie-compliance-buttons button:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    #sliding-popup .eu-cookie-compliance-buttons button:hover {
        color: #fff;
        background-color: #650028
    }

    #sliding-popup .eu-cookie-compliance-buttons button:hover::after {
        left: 10px
    }
}

#sliding-popup .eu-cookie-compliance-buttons button:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

#sliding-popup .eu-cookie-compliance-buttons button:active::after {
    left: 10px
}

#sliding-popup .eu-cookie-compliance-buttons button.button--primary {
    margin-right: 5px;
    margin-left: 0
}

@media print,
screen and (max-width:47.99875em) {
    #sliding-popup .eu-cookie-compliance-buttons button {
        margin: 0 0 10px 0;
        width: 100%
    }
}

#sliding-popup .ccBodyTitle {
    padding: 0 20px
}

#sliding-popup .ccBodyTitle .title {
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2)
}

#sliding-popup .eu-cookie-compliance-categories {
    padding: 20px
}

#sliding-popup .eu-cookie-compliance-category {
    margin-bottom: 20px
}

#sliding-popup .eu-cookie-compliance-category .necessary-cookies,
#sliding-popup .eu-cookie-compliance-category .performance-cookies {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#sliding-popup .eu-cookie-compliance-category .necessary-cookies .label,
#sliding-popup .eu-cookie-compliance-category .performance-cookies .label {
    font-size: .875rem;
    font-weight: 700;
    line-height: 16px
}

#sliding-popup .eu-cookie-compliance-category .necessary-cookies .ccRequired,
#sliding-popup .eu-cookie-compliance-category .performance-cookies .ccRequired {
    color: #FF0064;
    font-size: .9375rem
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies {
    position: relative
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies [type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 50px;
    height: 30px
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies [type="checkbox"]:checked+label .slider {
    background-color: #FF0064
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies [type="checkbox"]:checked+label .slider::before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies label {
    display: inline-block;
    height: 30px;
    margin: 0
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies .switch {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    width: 50px
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies .slider {
    border-radius: 30px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #565767;
    transition: 0.4s;
    width: 50px;
    display: inline-block;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19)
}

#sliding-popup .eu-cookie-compliance-category .performance-cookies .slider::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: #fff;
    transition: 0.4s
}

#sliding-popup .eu-cookie-compliance-categories-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

#sliding-popup .eu-cookie-compliance-categories-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: .75rem;
    padding: 10px 15px 6px
}

[data-whatinput='mouse'] #sliding-popup .eu-cookie-compliance-categories-buttons button {
    outline: 0
}

#sliding-popup .eu-cookie-compliance-categories-buttons button:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    #sliding-popup .eu-cookie-compliance-categories-buttons button:hover {
        color: #fff;
        background-color: #650028
    }

    #sliding-popup .eu-cookie-compliance-categories-buttons button:hover::after {
        left: 10px
    }
}

#sliding-popup .eu-cookie-compliance-categories-buttons button:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

#sliding-popup .eu-cookie-compliance-categories-buttons button:active::after {
    left: 10px
}

@media print,
screen and (max-width:47.99875em) {
    #sliding-popup .eu-cookie-compliance-categories-buttons button {
        width: 100%
    }
}

.footer .region-footer .menu--social .menu .menu-item a.linkedin:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=linkedin]:before,
.footer .region-footer .menu--social .menu .menu-item a.youtube:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=youtube]:before,
.footer .region-footer .menu--social .menu .menu-item a.facebook:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=facebook]:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.footer {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.footer .menu {
    margin-bottom: 0;
    margin-left: 0
}

.footer .menu .menu-item {
    padding-top: 0
}

.footer .region-footer {
    background-color: #F5F4F2;
    padding-top: 40px
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer {
        background-image: url(/themes/custom/themekit/dist/assets/images/svg/footer-pattern.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        padding-bottom: 64px;
        padding-top: 64px
    }
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .inner-container {
        display: grid;
        grid-template-columns: 41% 59%;
        grid-template-rows: auto auto auto auto
    }
}

.footer .region-footer .footer-logo {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .footer-logo {}
}

html[lang="zh-hans"] .footer .region-footer .footer-logo a {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/china-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .block-footer-logos {
        grid-column: 1 / 1;
        grid-row: 2 / 2;
        margin-bottom: 57px
    }
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos {
    display: flex;
    flex-wrap: wrap
}

@media print,
screen and (min-width:64em) {
    .footer .region-footer .block-footer-logos .field--name-field-p-logos {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap
    }
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item {
    margin-bottom: 24px;
    width: 50%;
    display: flex;
    justify-content: center
}

@media print,
screen and (min-width:64em) {
    .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item {
        width: auto;
        margin-bottom: 0
    }
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item {
    position: relative;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item:hover,
.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item:focus,
.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item:active {
    -webkit-transform: scale(110%);
    transform: scale(110%)
}

html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-logo {
    opacity: 0;
    height: 50px
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-logo svg {
    max-height: 40px
}

.footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block
}

html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="syngenta-crop-protection"],
html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="xianzhengdazhibao"] {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/china-crop-protection.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="syngenta-seeds"],
html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="xianzhengdazhongzi"] {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/china-seeds.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="adama"],
html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="andaomai"] {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/china-adama.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="syngenta-group-china"],
html[lang="zh-hans"] .footer .region-footer .block-footer-logos .field--name-field-p-logos>.field__item .paragraph--type--logo-item .field--name-field-link a[href*="xianzhengdajituanzhongguo"] {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/china-syngenta-group-china.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer .region-footer .menu--social {
    margin-bottom: 32px;
    margin-top: 8px
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--social {
        margin-bottom: 0;
        margin-top: 0;
        grid-column: 1 / 1;
        grid-row: 3 / 3
    }
}

.footer .region-footer .menu--social .h2 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--social .h2 {
        margin-bottom: 28px;
        text-align: left
    }
}

.footer .region-footer .menu--social .menu {
    justify-content: center;
    display: flex
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--social .menu {
        justify-content: flex-start
    }
}

.footer .region-footer .menu--social .menu .menu-item:not(:last-child) {
    margin-right: 16px
}

.footer .region-footer .menu--social .menu .menu-item a {
    color: #FF0064;
    display: block;
    transition: all 0.3s ease
}

.footer .region-footer .menu--social .menu .menu-item a.linkedin,
.footer .region-footer .menu--social .menu .menu-item a[href*=linkedin] {
    font: 0/0 transparent;
    text-decoration: none
}

.footer .region-footer .menu--social .menu .menu-item a.linkedin:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=linkedin]:before {
    content: "";
    font-size: 32px
}

.footer .region-footer .menu--social .menu .menu-item a.youtube,
.footer .region-footer .menu--social .menu .menu-item a[href*=youtube] {
    font: 0/0 transparent;
    text-decoration: none
}

.footer .region-footer .menu--social .menu .menu-item a.youtube:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=youtube]:before {
    content: "";
    font-size: 32px
}

.footer .region-footer .menu--social .menu .menu-item a.facebook,
.footer .region-footer .menu--social .menu .menu-item a[href*=facebook] {
    font: 0/0 transparent;
    text-decoration: none
}

.footer .region-footer .menu--social .menu .menu-item a.facebook:before,
.footer .region-footer .menu--social .menu .menu-item a[href*=facebook]:before {
    content: "";
    font-size: 32px
}

.footer .region-footer .menu--social .menu .menu-item a:hover,
.footer .region-footer .menu--social .menu .menu-item a:focus,
.footer .region-footer .menu--social .menu .menu-item a:active {
    color: #650028
}

.footer .region-footer .menu--social .menu .menu-item a[href*="twitter"] {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/twitter.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #FF0064;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    border-radius: 50%
}

.footer .region-footer .menu--social .menu .menu-item a[href*="twitter"]:hover,
.footer .region-footer .menu--social .menu .menu-item a[href*="twitter"]:focus,
.footer .region-footer .menu--social .menu .menu-item a[href*="twitter"]:active {
    background-color: #650028
}

.footer .region-footer .menu--footer {
    background-color: #ECEAE6;
    padding-top: 32px;
    margin: 0 -15px
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--footer {
        grid-column: 2 / 2;
        grid-row: 1 / 5;
        margin-left: 60px;
        padding-top: 0;
        background-color: transparent
    }
}

@media print,
screen and (min-width:64em) {
    .footer .region-footer .menu--footer {
        margin-left: 80px
    }
}

.footer .region-footer .menu--footer .h2 {
    font-weight: 500;
    letter-spacing: -0.1px;
    display: none;
    margin-bottom: 29px
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--footer .h2 {
        display: block
    }
}

.footer .region-footer .menu--footer .menu {}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--footer .menu {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        padding: 0
    }
}

@media print,
screen and (min-width:64em) {
    .footer .region-footer .menu--footer .menu {
        -webkit-column-gap: 125px;
        -moz-column-gap: 125px;
        column-gap: 125px
    }
}

.footer .region-footer .menu--footer .menu .menu-item {
    margin-bottom: 4px;
    display: flex
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer .menu--footer .menu .menu-item {
        margin-bottom: 16px
    }
}

.footer .region-footer .menu--footer .menu .menu-item a {
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.33;
    letter-spacing: 1.8px;
    color: #000
}

.footer .region-footer .menu--footer .menu .menu-item a:hover,
.footer .region-footer .menu--footer .menu .menu-item a:focus,
.footer .region-footer .menu--footer .menu .menu-item a:active {
    text-decoration: underline
}

.footer .region-footer-bottom {
    background-color: #ECEAE6;
    padding-bottom: 32px;
    padding-top: 8px;
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer-bottom {
        border-bottom: 0;
        padding-bottom: 16px;
        padding-top: 16px
    }
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer-bottom .menu--footer-utility .menu {
        display: flex;
        align-items: center
    }
}

.footer .region-footer-bottom .menu--footer-utility .menu .menu-item {
    display: flex;
    margin-bottom: 5px
}

@media print,
screen and (min-width:48em) {
    .footer .region-footer-bottom .menu--footer-utility .menu .menu-item {
        padding-right: 16px;
        margin-bottom: 0
    }
}

.footer .region-footer-bottom .menu--footer-utility .menu .menu-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0
}

.footer .region-footer-bottom .menu--footer-utility .menu .menu-item a {
    font-weight: 500;
    font-size: .75rem;
    line-height: 1.33;
    letter-spacing: 1.8px;
    color: #000
}

.footer .region-footer-bottom .menu--footer-utility .menu .menu-item a:hover,
.footer .region-footer-bottom .menu--footer-utility .menu .menu-item a:focus,
.footer .region-footer-bottom .menu--footer-utility .menu .menu-item a:active {
    text-decoration: underline
}


.secondary-menu.menu--main {
    display: none;
    background-color: #FF0064
}

@media print,
screen and (min-width:64em) {
    .secondary-menu.menu--main {
        display: block
    }
}

.secondary-menu.menu--main .menu {
    display: flex;
    justify-content: center;
    max-width: 75.5rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    margin: 0 auto
}

.secondary-menu.menu--main .menu .menu-item {
    padding-top: 0;
    list-style: none
}

.secondary-menu.menu--main .menu .menu-item a {
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: 0.6px;
    padding: 19px 16px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease
}

.secondary-menu.menu--main .menu .menu-item a.is-active {
    background-color: #650028;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.8px
}

.secondary-menu.menu--main .menu .menu-item a:hover,
.secondary-menu.menu--main .menu .menu-item a:focus,
.secondary-menu.menu--main .menu .menu-item a:active {
    background-color: #650028
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.region-header .menu--main {
    display: none;
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:64em) {
    .region-header .menu--main {
        display: block
    }
}

.region-header .menu--main ul {
    margin-left: 0;
    margin-bottom: 0
}

.region-header .menu--main ul li {
    list-style: none;
    padding-top: 0
}

.region-header .menu--main>.menu {
    display: flex
}

.region-header .menu--main>.menu>.menu-item:not(:last-child) {
    margin-right: 40px
}

.region-header .menu--main>.menu>.menu-item>a {
    display: block;
    color: #000;
    font-weight: 600;
    line-height: 2;
    position: relative;
    padding-top: 23px;
    padding-bottom: 23px;
    white-space: nowrap;
    font-size: .875rem
}

@media screen and (min-width:75em) {
    .region-header .menu--main>.menu>.menu-item>a {
        font-size: 1rem
    }
}

/*.header-is-transparent:not(.user-logged-in) .region-header .menu--main>.menu>.menu-item>a {*/
/*    color: #fff*/
/*}*/

.region-header .menu--main>.menu>.menu-item>a::after {
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #FF0064
}

.region-header .menu--main>.menu>.menu-item:hover>a::after,
.region-header .menu--main>.menu>.menu-item a.is-active::after {
    opacity: 1
}

.region-header .menu--main>.menu>.menu-item a.is-active {
    color: #FF0064
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded {
    position: relative
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ECEAE6;
    padding: 20px 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 368px
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item {
    padding-right: 16px;
    padding-left: 16px
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item:not(:last-of-type) {
    border-bottom: 1px solid #ECEAE6
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #000;
    position: relative;
    padding-right: 64px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 72px;
    font-size:1rem;
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a:after {
    content: "";
    font-size: 2.5rem;
    color: #FF0064;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a:hover::after,
.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a:focus::after,
.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a:active::after {
    right: -15px
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item a.is-active {
    color: #FF0064
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item.menu-item--expanded {
    position: relative
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item.menu-item--expanded>.menu {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: calc(100% + 24px);
    top: 0;
    -webkit-transform: none;
    transform: none
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded .menu .menu-item.menu-item--expanded.is-active>.menu {
    display: block
}

.region-header .menu--main>.menu>.menu-item.menu-item--expanded.is-active>.menu {
    display: block
}

.region-header .menu--main>.menu .show-submenu,
.region-header .menu--main>.menu .close-submenu,
.region-header .menu--main>.menu .back-button {
    display: none
}


body.sign-up-popup-active {
    overflow: hidden
}

.block-sign-up .sign-up-wrapper {
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .sign-up-wrapper {
        padding-bottom: 43px;
        padding-top: 39px
    }
}

.block-sign-up .field--name-field-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

.block-sign-up .field--name-field-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-sign-up .group-wrapper {
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .group-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .group-left {
        padding-right: 133px
    }
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .group-right {
        width: 46.3%;
        flex: 0 0 auto
    }
}

.block-sign-up .field--name-field-heading {
    font-family: "Poppins", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 12px
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .field--name-field-heading {
        font-size: 2rem;
        line-height: 1.25
    }
}

.block-sign-up .field--name-field-subhead {
    font-weight: 700;
    font-size: .75rem;
    line-height: 16px;
    letter-spacing: 1.8px;
    color: #fff;
    margin-bottom: 32px
}

@media print,
screen and (min-width:48em) {
    .block-sign-up .field--name-field-subhead {
        margin-bottom: 0
    }
}


.block--quick-links {
    margin-bottom: -23px
}

.block--quick-links .block-type-wrapper {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,
screen and (min-width:48em) {
    .block--quick-links .block-type-wrapper {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

.block--quick-links .field--name-field-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 2px solid #FF0064;
    margin-bottom: 24px;
    padding-bottom: 8px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .block--quick-links .field--name-field-heading {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.6px;
        display: inline-block;
        text-align: left;
        max-width: 550px;
        margin-bottom: 64px;
        padding-right: 64px;
        padding-bottom: 32px
    }
}

.block--quick-links .field--name-field-link-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -23px
}

@media print,
screen and (min-width:48em) {
    .block--quick-links .field--name-field-link-item {
        margin: 0 -17px
    }
}

.block--quick-links .field--name-field-link-item>.field__item {
    flex: 1 0 50%;
    margin-bottom: 23px;
    padding: 0 12px;
    max-width: 50%
}

@media print,
screen and (min-width:48em) {
    .block--quick-links .field--name-field-link-item>.field__item {
        flex: 1 0 33.33%;
        padding: 0 17px
    }
}

@media print,
screen and (min-width:64em) {
    .block--quick-links .field--name-field-link-item>.field__item {
        flex: 1 0 20%
    }
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links {
    background-color: #FF0064;
    padding: 25px 10px 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links svg {
    height: 50px;
    max-width: 50px
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links .field--name-field-link {
    margin-top: 16px;
    text-align: center
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links .field--name-field-link a {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06px;
    color: #fff
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links .field--name-field-link a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links:hover,
.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links:focus,
.block--quick-links .field--name-field-link-item>.field__item .paragraph--type--quick-links:active {
    background-color: #650028
}

.text-image-overlay .field--name-field-link a:after,
.text-image-overlay .field--name-field-link a:before,
.text-image-overlay .eqs-wrapper .price-changes:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.text-image-overlay {
    position: relative
}

.text-image-overlay .field--name-field-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.text-image-overlay .field--name-field-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%)
}

.text-image-overlay .field--name-field-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.text-image-overlay .field--name-field-image .media.contextual-region {
    position: static
}

.text-image-overlay .blocks-wrapper {
    position: relative;
    z-index: 1;
    min-height: 424px;
    padding-top: 98px;
    padding-bottom: 76px
}

@media print,
screen and (min-width:48em) {
    .text-image-overlay .blocks-wrapper {
        display: flex;
        justify-content: space-between
    }
}

.text-image-overlay .field-wrapper {
    max-width: 400px
}

@media print,
screen and (min-width:64em) {
    .text-image-overlay .field-wrapper {
        margin-left: 100px
    }
}

.text-image-overlay .field--name-field-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin-bottom: 16px
}

.text-image-overlay .field--name-field-description {
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6px;
    margin-bottom: 34px
}

.text-image-overlay .field--name-field-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media print,
screen and (max-width:47.99875em) {
    .text-image-overlay .field--name-field-link a {
        position: absolute;
        bottom: 0;
        margin-bottom: 44px
    }
}

[data-whatinput='mouse'] .text-image-overlay .field--name-field-link a {
    outline: 0
}

.text-image-overlay .field--name-field-link a:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .text-image-overlay .field--name-field-link a:hover {
        color: #fff;
        background-color: #650028
    }

    .text-image-overlay .field--name-field-link a:hover::after {
        left: 10px
    }
}

.text-image-overlay .field--name-field-link a:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.text-image-overlay .field--name-field-link a:active::after {
    left: 10px
}

.text-image-overlay .field--name-field-link a:before {
    content: "";
    font-size: 1.5rem;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #FF0064;
    padding: 5px 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .text-image-overlay .field--name-field-link a::before {
        display: none
    }
}

@media print,
screen and (max-width:47.99875em) {
    .text-image-overlay .field--name-field-link a {
        text-transform: none;
        background-color: transparent;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 1.65px;
        padding: 0
    }

    .text-image-overlay .field--name-field-link a::after {
        display: none
    }

    .text-image-overlay .field--name-field-link a:hover,
    .text-image-overlay .field--name-field-link a:focus,
    .text-image-overlay .field--name-field-link a:active {
        background-color: transparent
    }

    .text-image-overlay .field--name-field-link a:hover::before,
    .text-image-overlay .field--name-field-link a:focus::before,
    .text-image-overlay .field--name-field-link a:active::before {
        background-color: #650028
    }
}

.text-image-overlay .eqs-wrapper {
    margin-top: 28px
}

.text-image-overlay .eqs-wrapper .eqs-stock-banner-block {
    color: #fff;
    text-align: right
}

@media print,
screen and (max-width:47.99875em) {
    .text-image-overlay .eqs-wrapper .eqs-stock-banner-block {
        text-align: left
    }
}

.text-image-overlay .eqs-wrapper .placeholder {
    font-style: normal
}

.text-image-overlay .eqs-wrapper .sync-time {
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.6px;
    margin-bottom: 24px
}

.text-image-overlay .eqs-wrapper .last-price {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 24px
}

.text-image-overlay .eqs-wrapper .price-changes {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.1px
}

.text-image-overlay .eqs-wrapper .price-changes:before {
    content: "";
    margin-right: 15px
}

@media print,
screen and (max-width:47.99875em) {
    .text-image-overlay .eqs-wrapper .price-changes {
        margin-bottom: 54px
    }
}

.text-image-overlay.with-eqs .blocks-wrapper {
    min-height: 344px;
    padding-top: 44px;
    padding-bottom: 44px
}

.text-image-overlay.with-eqs .field--name-field-title {
    margin-bottom: 24px
}

.text-image-overlay.with-eqs .field--name-field-description {
    margin-bottom: 24px
}


.shorthand-story--card-teaser {
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%
}

.shorthand-story--card-teaser:hover,
.shorthand-story--card-teaser:focus,
.shorthand-story--card-teaser:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(101%);
    transform: scale(101%)
}

.shorthand-story--card-teaser:hover .shorthand-story--card-teaser__title,
.shorthand-story--card-teaser:focus .shorthand-story--card-teaser__title,
.shorthand-story--card-teaser:active .shorthand-story--card-teaser__title {
    color: #FF0064
}

.shorthand-story--card-teaser__node-link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block
}

.shorthand-story--card-teaser .field--name-field-teaser-media img {
    width: 100%;
    height: 272px;
    -o-object-fit: cover;
    object-fit: cover
}

.shorthand-story--card-teaser__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: -0.1px;
    color: #000;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0 8px 24px;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .shorthand-story--card-teaser__title {
        margin-top: 32px;
        padding: 0 14px 24px
    }
}

.shorthand-story--card-teaser .field--name-field-body {
    display: none;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #000;
    padding: 0 24px 24px
}

@media print,
screen and (min-width:64em) {
    .shorthand-story--card-teaser .field--name-field-body {
        display: block
    }
}


.block--views-blockshorthand-stories-our .block-type-wrapper {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,
screen and (min-width:48em) {
    .block--views-blockshorthand-stories-our .block-type-wrapper {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

.block--views-blockshorthand-stories-our .block-type-wrapper>h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 2px solid #FF0064;
    margin-bottom: 24px;
    padding-bottom: 8px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .block--views-blockshorthand-stories-our .block-type-wrapper>h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.6px;
        display: inline-block;
        text-align: left;
        max-width: 550px;
        margin-bottom: 64px;
        padding-right: 64px;
        padding-bottom: 32px
    }
}

@media print,
screen and (min-width:48em) {
    .views--our-shorthand-stories .view-content {
        display: flex;
        flex-wrap: wrap;
        margin: -32px -12px 0
    }
}

.views--our-shorthand-stories .views-row {
    margin-top: 32px
}

@media print,
screen and (min-width:48em) {
    .views--our-shorthand-stories .views-row {
        flex: 1 0 50%;
        padding: 0 12px
    }
}

@media print,
screen and (min-width:64em) {
    .views--our-shorthand-stories .views-row {
        flex: 1 0 33.33%
    }
}

.news-article--featured-teaser__content {
    position: relative;
    background-color: #F5F4F2;
    padding: 24px
}

@media print,
screen and (min-width:48em) {
    .news-article--featured-teaser__content {
        background-color: transparent;
        padding: 0
    }
}

.news-article--featured-teaser__content:hover .news-article--featured-teaser__group-wrapper .field--name-field-image img,
.news-article--featured-teaser__content:focus .news-article--featured-teaser__group-wrapper .field--name-field-image img,
.news-article--featured-teaser__content:active .news-article--featured-teaser__group-wrapper .field--name-field-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.news-article--featured-teaser__content:hover .news-article--featured-teaser__group-wrapper .field-no-image,
.news-article--featured-teaser__content:focus .news-article--featured-teaser__group-wrapper .field-no-image,
.news-article--featured-teaser__content:active .news-article--featured-teaser__group-wrapper .field-no-image {
    background-color: #650028
}

.news-article--featured-teaser__node-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.news-article--featured-teaser__created-date {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px
}

@media print,
screen and (min-width:48em) {
    .news-article--featured-teaser__created-date {
        margin-bottom: 8px
    }
}

.news-article--featured-teaser__group-wrapper {
    position: relative;
    overflow: hidden
}

.news-article--featured-teaser__group-wrapper .field--name-field-image {
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .news-article--featured-teaser__group-wrapper .field--name-field-image::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: 0.4
    }
}

.news-article--featured-teaser__group-wrapper .field--name-field-image img {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .news-article--featured-teaser__group-wrapper .field--name-field-image img {
        height: 264px
    }
}

.news-article--featured-teaser__group-wrapper .field-no-image {
    background-color: #FF0064;
    height: 264px;
    transition: background-color 0.3s ease;
    position: relative;
    will-change: transition;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.news-article--featured-teaser__group-wrapper .field-no-image::before {
    content: "";
    display: block;
    background-image: url(../images/news-teaser-pattern-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.news-article--featured-teaser__title {
    margin-top: 16px;
    margin-bottom: 0;
    z-index: 1
}

@media print,
screen and (max-width:47.99875em) {
    .news-article--featured-teaser__title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.6px
    }
}

@media print,
screen and (min-width:48em) {
    .news-article--featured-teaser__title {
        color: #fff;
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 16px;
        font-size:1.5rem;
        font-weight:700;
        letter-spacing: -0.1px
    }
}


.block--views-blocknews-latest-two-col .block-type-wrapper {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .block--views-blocknews-latest-two-col .block-type-wrapper {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

@media print,
screen and (min-width:48em) {
    .block--views-blocknews-latest-two-col .block-type-wrapper {
        text-align: left
    }
}

.block--views-blocknews-latest-two-col .block-type-wrapper>h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-bottom: 8px;
    display: inline-block;
    position: relative
}

.block--views-blocknews-latest-two-col .block-type-wrapper>h2::after {
    content: "";
    display: block;
    background-color: #FF0064;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 31px)
}

@media print,
screen and (min-width:48em) {
    .block--views-blocknews-latest-two-col .block-type-wrapper>h2::after {
        width: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none
    }
}

@media print,
screen and (min-width:48em) {
    .block--views-blocknews-latest-two-col .block-type-wrapper>h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.6px;
        display: inline-block;
        margin-bottom: 64px;
        padding-right: 64px;
        padding-bottom: 32px
    }
}

.views--latest-news-two-col {
    text-align: left
}

@media print,
screen and (min-width:48em) {
    .views--latest-news-two-col .view-content {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px
    }
}

.views--latest-news-two-col .views-row {
    margin-bottom: 24px
}

@media print,
screen and (min-width:48em) {
    .views--latest-news-two-col .views-row {
        margin-bottom: 46px;
        padding: 0 12px;
        width: 50%
    }
}

.block--text .field--name-field-link a:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.onecol-layout .block--text .block-type-wrapper {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,
screen and (min-width:48em) {
    .onecol-layout .block--text .block-type-wrapper {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

.onecol-layout .block--text.text--smaller-container .block-type-wrapper {
    max-width: 826px
}

@media print,
screen and (min-width:64em) {
    .bg-color--gray .block--text .field-wrapper {
        padding-left: 100px;
        max-width: 920px
    }
}

.block--text .field--name-field-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 2px solid #FF0064;
    margin-bottom: 24px;
    padding-bottom: 8px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .block--text .field--name-field-heading {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.6px;
        display: inline-block;
        text-align: left;
        max-width: 550px;
        margin-bottom: 64px;
        padding-right: 64px;
        padding-bottom: 32px
    }
}

.block--text .field--name-field-text {
    margin-bottom: 40px;
    line-height: 2;
    letter-spacing: 0.06px
}

.block--text .field--name-field-link a {
    display: inline-flex;
    align-items: center;
    color: #FF0064;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.65px;
    transition: all 0.3s ease
}

.block--text .field--name-field-link a:after {
    content: "";
    font-size: .5rem;
    margin-left: 8px
}

.block--text .field--name-field-link a:hover,
.block--text .field--name-field-link a:focus,
.block--text .field--name-field-link a:active {
    color: #650028
}

.page-node-201 .block--text .field-wrapper,
.page-error .block--text .field-wrapper {
    display: block
}

.page-node-201 .block--text .field--name-field-text,
.page-error .block--text .field--name-field-text {
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {

    .page-node-201 .block--text .field--name-field-text,
    .page-error .block--text .field--name-field-text {
        text-align: center
    }
}

.page-node-201 .block--text .field--name-field-text p,
.page-error .block--text .field--name-field-text p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.1px
}

@media print,
screen and (min-width:48em) {

    .page-node-201 .block--text .field--name-field-text p,
    .page-error .block--text .field--name-field-text p {
        font-weight: 600;
        line-height: 1
    }

    .page-node-201 .block--text .field--name-field-text p:first-of-type,
    .page-error .block--text .field--name-field-text p:first-of-type {
        font-size: 7.5rem
    }

    .page-node-201 .block--text .field--name-field-text p:last-of-type,
    .page-error .block--text .field--name-field-text p:last-of-type {
        font-size: 3.5rem
    }
}

.paragraph--type--business-unit .field-link-title:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.paragraph--type--business-unit {
    position: relative;
    overflow: hidden
}

.paragraph--type--business-unit .field--name-field-image {
    position: relative
}

.paragraph--type--business-unit .field--name-field-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%
}

.paragraph--type--business-unit .field--name-field-image img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (min-width:48em) {
    .paragraph--type--business-unit .field--name-field-image img {
        height: 369px
    }
}

.paragraph--type--business-unit .group-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding: 0 25px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

@media print,
screen and (min-width:64em) {
    .paragraph--type--business-unit .group-wrapper {
        display: block;
        top: calc(100% - 144px)
    }
}

.paragraph--type--business-unit .field--name-field-logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.paragraph--type--business-unit .field--name-field-description {
    color: #fff;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

@media print,
screen and (min-width:64em) {
    .paragraph--type--business-unit .field--name-field-description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }
}

.paragraph--type--business-unit .field-link-title {
    font-size: 1.125rem;
    display: none;
    margin-top: 15px;
    color: #fff
}

.paragraph--type--business-unit .field-link-title:after {
    content: "";
    font-size: .875rem;
    top: 1px;
    position: relative
}

@media print,
screen and (min-width:64em) {
    .paragraph--type--business-unit .field-link-title {
        display: block
    }
}

.paragraph--type--business-unit .link-wrapper {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1
}

@media print,
screen and (min-width:64em) {
    .paragraph--type--business-unit .link-wrapper {
        pointer-events: none
    }
}

.paragraph--type--business-unit .link-wrapper:focus-visible {
    border: 2px solid #0085f2
}

.block--business-units .block-type-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px
}

@media print,
screen and (min-width:64em) {
    .block--business-units .block-type-wrapper {
        padding: 0
    }
}

.block--business-units .field--name-field-business-unit-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px
}

@media print,
screen and (min-width:64em) {
    .block--business-units .field--name-field-business-unit-cards {
        margin: 0
    }
}

.block--business-units .field--name-field-business-unit-cards>.field__item {
    flex: 1 0 50%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media print,
screen and (min-width:64em) {
    .block--business-units .field--name-field-business-unit-cards>.field__item {
        flex: 1 0 25%;
        padding: 0;
        margin-bottom: 0
    }
}

.block--business-units .field--name-field-business-unit-cards>.field__item.is-active .paragraph--type--business-unit .group-wrapper {
    padding-top: 50px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.block--business-units .field--name-field-business-unit-cards>.field__item.is-active .paragraph--type--business-unit .link-wrapper {
    pointer-events: auto
}

.block--about-syngenta-group .field--name-field-link a:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.block--about-syngenta-group .block-type-wrapper {
    max-width: 75.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .block-type-wrapper {
        padding-left: 2.375rem;
        padding-right: 2.375rem
    }
}

.block--about-syngenta-group .group-wrapper {
    flex-direction: column-reverse;
    display: flex
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .group-wrapper {
        align-items: center;
        flex-direction: row
    }
}

.block--about-syngenta-group .group-left {
    margin: 40px -15px 0
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .group-left {
        margin: 0;
        flex: 0 0 49.117%;
        position: relative
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .group-left::before {
        content: "";
        display: block;
        width: calc(50vw + 24px);
        height: calc(100% - 88px);
        position: absolute;
        right: -24px;
        bottom: 24px;
        background-color: #ECEAE6;
        background-image: url(/themes/custom/themekit/dist/assets/images/svg/bottom-pattern.svg);
        background-repeat-y: no-repeat;
        background-position: left bottom
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .group-right {
        padding-left: 50px
    }
}

@media print,
screen and (min-width:64em) {
    .block--about-syngenta-group .group-right {
        padding-left: 96px
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.pink .group-left::before {
        background-color: #FF0064;
        background-image: none
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.orange .group-left::before {
        background-color: #fa0
    }
}

@media print,
screen and (max-width:47.99875em) {
    .block--about-syngenta-group.hide-image.is-image .group-left {
        display: none
    }
}

.block--about-syngenta-group.right.is-image .block-type-wrapper {
    max-width: 85.0625rem
}

.block--about-syngenta-group.right.is-image .field--name-field-media {
    position: relative;
    z-index: 1
}

.block--about-syngenta-group.right.is-image .field--name-field-media img {
    -webkit-filter: none;
    filter: none
}

@media print,
screen and (min-width:64em) {
    .block--about-syngenta-group.right.is-image .field--name-field-media img {
        height: 440px
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.right.is-image .group-left {
        flex: 0 0 54.86%;
        padding: 64px 0
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.right.is-image .group-left::before {
        width: calc(100% - 97px);
        height: 100%;
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.right .group-wrapper {
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.right .group-right {
        padding-left: 0;
        padding-right: 50px
    }
}

@media print,
screen and (min-width:64em) {
    .block--about-syngenta-group.right .group-right {
        padding-right: 102px
    }
}

.block--about-syngenta-group .field--name-field-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 2px solid #FF0064;
    margin-bottom: 24px;
    padding-bottom: 8px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .field--name-field-heading {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: 0.6px;
        display: inline-block;
        text-align: left;
        max-width: 550px;
        margin-bottom: 64px;
        padding-right: 64px;
        padding-bottom: 32px
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .field--name-field-heading {
        display: block;
        margin-bottom: 24px
    }
}

.block--about-syngenta-group .field--name-field-description {
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.6px
}

.block--about-syngenta-group .field--name-field-description p {
    letter-spacing: inherit
}

.block--about-syngenta-group .field--name-field-link {
    margin-top: 24px
}

.block--about-syngenta-group .field--name-field-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-whatinput='mouse'] .block--about-syngenta-group .field--name-field-link a {
    outline: 0
}

.block--about-syngenta-group .field--name-field-link a:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .field--name-field-link a:hover {
        color: #fff;
        background-color: #650028
    }

    .block--about-syngenta-group .field--name-field-link a:hover::after {
        left: 10px
    }
}

.block--about-syngenta-group .field--name-field-link a:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.block--about-syngenta-group .field--name-field-link a:active::after {
    left: 10px
}

.block--about-syngenta-group .field--name-field-media {
    position: relative;
    z-index: 1
}

.block--about-syngenta-group.is-image .field--name-field-media img {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (min-width:64em) {
    .block--about-syngenta-group.is-image .field--name-field-media img {
        height: 416px
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.is-video .group-wrapper {
        align-items: flex-start;
        justify-content: flex-end
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.is-video .group-left {
        padding: 80px 0;
        position: relative
    }
}

@media screen and (min-width:90em) {
    .block--about-syngenta-group.is-video .group-left {
        flex: 0 0 62.55%
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.is-video .group-left::before {
        background-image: url(/themes/custom/themekit/dist/assets/images/svg/bottom-pattern.svg);
        right: 0;
        top: 0;
        width: 63.84%;
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .block--about-syngenta-group.is-video .group-right {
        flex: 0 0 49.56%
    }
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group.is-video.left .group-left::before {
        left: 0;
        right: auto
    }
}

.block--about-syngenta-group.is-video .field--name-field-media-file,
.block--about-syngenta-group.is-video .field--name-field-media-oembed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.block--about-syngenta-group.is-video .field--name-field-media-file video,
.block--about-syngenta-group.is-video .field--name-field-media-file iframe,
.block--about-syngenta-group.is-video .field--name-field-media-oembed-video video,
.block--about-syngenta-group.is-video .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block--about-syngenta-group.is-video .field--name-field-heading {
    text-align: left;
    font-weight: 500
}

.block--about-syngenta-group .media--type-video .field--name-field-media-file::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 92px;
    height: 92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/themes/custom/themekit/dist/assets/images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .media--type-video .field--name-field-media-file::before {
        margin-top: 0;
        width: 120px;
        height: 120px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media print,
screen and (min-width:48em) {

    .block--about-syngenta-group .media--type-video .field--name-field-media-file:hover::before,
    .block--about-syngenta-group .media--type-video .field--name-field-media-file:focus::before,
    .block--about-syngenta-group .media--type-video .field--name-field-media-file:active::before {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15)
    }
}

.block--about-syngenta-group .media--type-video .field--name-field-media-file.video-is-playing::before {
    display: none
}

.block--about-syngenta-group .media--type-video .field--name-field-media-file.video-is-playing~.field--name-field-image-preview {
    opacity: 0
}

.block--about-syngenta-group .media--type-video .field--name-field-media-file::before {
    width: 75px;
    height: 75px;
    margin-top: -50px
}

@media print,
screen and (min-width:48em) {
    .block--about-syngenta-group .media--type-video .field--name-field-media-file::before {
        width: 103px;
        height: 103px;
        margin-top: 0
    }
}

.block--about-syngenta-group .video-is-playing~.field--name-field-image-preview {
    opacity: 0
}

.block--about-syngenta-group .field--name-field-image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: none
}

.block--about-syngenta-group .field--name-field-image-preview img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media print,
screen and (max-width:47.99875em) {
    .block--about-syngenta-group .group-wrapper {
        display: flex;
        flex-direction: column
    }

    .block--about-syngenta-group .group-wrapper .group-right .heading {
        margin-top: 32px
    }
}

.homepage-banner .field--name-field-link a:after,
.homepage-banner .field--name-field-link a:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.homepage-banner {
    position: relative
}

body:not(.user-logged-in).header-is-transparent .homepage-banner {
    margin-top: 0px
}

@media print,
screen and (min-width:64em) {
    body:not(.user-logged-in).header-is-transparent .homepage-banner {
        margin-top: 0px
    }
}

@media screen and (min-width:75em) {
    body:not(.user-logged-in).header-is-transparent .homepage-banner {
        margin-top: 0px
    }
}

@media print,
screen and (max-width:47.99875em) {
    .homepage-banner .banner-media.hide-on-mobile {
        display: none
    }
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .banner-media.hide-on-desktop {
        display: none
    }
}

.homepage-banner .homepage-banner__wrapper {
    position: relative;
    z-index: 1;
    /* min-height: 50.55vw; */ 
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px
}

@media print,
screen and (min-width:64em) {
    .homepage-banner .swiper{ height:720px }
    .homepage-banner .homepage-banner__wrapper {
        min-height: 450px;
        padding-top: 242px
    }
}

@media print,
screen and (max-width:63.99875em) {
    .homepage-banner .homepage-banner__inner {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.homepage-banner .field--name-field-banner-media::before,
.homepage-banner .field--name-field-mobile-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0
}

.homepage-banner .field--name-field-banner-media video,
.homepage-banner .field--name-field-banner-media img,
.homepage-banner .field--name-field-mobile-media video,
.homepage-banner .field--name-field-mobile-media img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: unset;
}

.homepage-banner .field--name-field-banner-media .media.contextual-region,
.homepage-banner .field--name-field-mobile-media .media.contextual-region {
    position: static
}

.homepage-banner.overlay-opacity-none .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-none .field--name-field-mobile-media::before {
    display: none
}

.homepage-banner.overlay-opacity-5 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-5 .field--name-field-mobile-media::before {
    opacity: 5%
}

.homepage-banner.overlay-opacity-10 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-10 .field--name-field-mobile-media::before {
    opacity: 10%
}

.homepage-banner.overlay-opacity-15 .field--name-field-banner-media::before .homepage-banner.overlay-opacity-15 .field--name-field-mobile-media::before {
    opacity: 15%
}

.homepage-banner.overlay-opacity-20 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-20 .field--name-field-mobile-media::before {
    opacity: 20%
}

.homepage-banner.overlay-opacity-25 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-25 .field--name-field-mobile-media::before {
    opacity: 25%
}

.homepage-banner.overlay-opacity-30 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-30 .field--name-field-mobile-media::before {
    opacity: 30%
}

.homepage-banner.overlay-opacity-35 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-35 .field--name-field-mobile-media::before {
    opacity: 35%
}

.homepage-banner.overlay-opacity-40 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-40 .field--name-field-mobile-media::before {
    opacity: 40%
}

.homepage-banner.overlay-opacity-45 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-45 .field--name-field-mobile-media::before {
    opacity: 45%
}

.homepage-banner.overlay-opacity-50 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-50 .field--name-field-mobile-media::before {
    opacity: 50%
}

.homepage-banner.overlay-opacity-55 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-55 .field--name-field-mobile-media::before {
    opacity: 55%
}

.homepage-banner.overlay-opacity-60 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-60 .field--name-field-mobile-media::before {
    opacity: 60%
}

.homepage-banner.overlay-opacity-65 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-65 .field--name-field-mobile-media::before {
    opacity: 65%
}

.homepage-banner.overlay-opacity-70 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-70 .field--name-field-mobile-media::before {
    opacity: 70%
}

.homepage-banner.overlay-opacity-75 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-75 .field--name-field-mobile-media::before {
    opacity: 75%
}

.homepage-banner.overlay-opacity-80 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-80 .field--name-field-mobile-media::before {
    opacity: 80%
}

.homepage-banner.overlay-opacity-85 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-85 .field--name-field-mobile-media::before {
    opacity: 85%
}

.homepage-banner.overlay-opacity-90 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-90 .field--name-field-mobile-media::before {
    opacity: 90%
}

.homepage-banner.overlay-opacity-95 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-95 .field--name-field-mobile-media::before {
    opacity: 95%
}

.homepage-banner.overlay-opacity-100 .field--name-field-banner-media::before,
.homepage-banner.overlay-opacity-100 .field--name-field-mobile-media::before {
    opacity: 100%
}

.homepage-banner.overlay-position-full .field--name-field-banner-media::before,
.homepage-banner.overlay-position-full .field--name-field-mobile-media::before {
    background-color: #000
}

.homepage-banner.overlay-position-vignette .field--name-field-banner-media::before,
.homepage-banner.overlay-position-vignette .field--name-field-mobile-media::before {
    background-color: transparent;
    box-shadow: #000 0 0 45vmin 10vmin inset, #000 0 0 5vmin 5vmin inset
}

.homepage-banner.overlay-position-top .field--name-field-banner-media::before,
.homepage-banner.overlay-position-top .field--name-field-mobile-media::before {
    background-color: transparent;
    background-image: linear-gradient(#000 5%, transparent 100%)
}

.homepage-banner.overlay-position-bottom .field--name-field-banner-media::before,
.homepage-banner.overlay-position-bottom .field--name-field-mobile-media::before {
    background-color: transparent;
    background-image: linear-gradient(0deg, #000 5%, transparent 100%)
}

.homepage-banner.overlay-position-left .field--name-field-banner-media::before,
.homepage-banner.overlay-position-left .field--name-field-mobile-media::before {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000 5%, transparent 100%)
}

.homepage-banner.overlay-position-right .field--name-field-banner-media::before,
.homepage-banner.overlay-position-right .field--name-field-mobile-media::before {
    background-color: transparent;
    background-image: linear-gradient(-90deg, #000 5%, transparent 100%)
}

.homepage-banner .field-heading {
    /*max-width: 666px*/
}

.homepage-banner.no-description .field-heading {
    max-width: 850px
}

.homepage-banner.header-is-white .field-heading {
    max-width: 616px
}

.homepage-banner .heading {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .heading {
        font-size: 2.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .homepage-banner .heading {
        font-size: 3.5rem;
        line-height: 64px;
        letter-spacing: normal
    }
}

.homepage-banner .field--name-field-description {
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06px;
    max-width: 620px;
    display: none;
    margin-top: 16px
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .field--name-field-description {
        display: block
    }
}

.homepage-banner .field--name-field-link {
    margin-top: 32px
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .field--name-field-link {
        margin-top: 36px
    }
}

.homepage-banner .field--name-field-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background-color: #FF0064;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 25px 10px;
    transition: all 0.3s ease;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-whatinput='mouse'] .homepage-banner .field--name-field-link a {
    outline: 0
}

.homepage-banner .field--name-field-link a:after {
    content: "";
    font-size: 2rem;
    margin-left: 16px;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .field--name-field-link a:hover {
        color: #fff;
        background-color: #650028
    }

    .homepage-banner .field--name-field-link a:hover::after {
        left: 10px
    }
}

.homepage-banner .field--name-field-link a:active {
    color: #fff;
    background-color: #650028;
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.homepage-banner .field--name-field-link a:active::after {
    left: 10px
}

.homepage-banner .field--name-field-link a:before {
    content: "";
    font-size: 1.5rem;
    margin-right: 16px;
    width: 32px;
    border-radius: 50%;
    background-color: #FF0064;
    padding: 5px 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all 0.3s ease
}

@media print,
screen and (min-width:48em) {
    .homepage-banner .field--name-field-link a::before {
        display: none
    }
}

@media print,
screen and (max-width:47.99875em) {
    .homepage-banner .field--name-field-link a {
        text-transform: none;
        background-color: transparent;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 1.65px;
        padding: 0
    }

    .homepage-banner .field--name-field-link a::after {
        display: none
    }

    .homepage-banner .field--name-field-link a:hover,
    .homepage-banner .field--name-field-link a:focus,
    .homepage-banner .field--name-field-link a:active {
        background-color: transparent
    }

    .homepage-banner .field--name-field-link a:hover::before,
    .homepage-banner .field--name-field-link a:focus::before,
    .homepage-banner .field--name-field-link a:active::before {
        background-color: #650028
    }
}

@media print,
screen and (min-width:64em) {
    body:not(.user-logged-in).header-is-transparent .homepage-banner.is-video .homepage-banner__wrapper {
        display: flex;
        align-items: center;
        min-height: 100vh;
        padding-top: 158px
    }
}

@media print,
screen and (min-width:64em) {
    body:not(.user-logged-in).header-is-white .homepage-banner.is-video .homepage-banner__wrapper {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 158px);
        padding-top: 30px
    }
}

.layout-builder .layout-builder-block.homepage-banner {
    margin-top: 0
}

.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu:after,
.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


@media print,
screen and (max-width:47.99875em) {
    body.menu-active {
        overflow: hidden;
        height: 100vh
    }

    body.menu-active #main-content {
        pointer-events: none;
        opacity: 0;
        height: 100vh;
        overflow: hidden
    }
}

.region-mobile-nav {
    display: none;
    position: absolute;
    width: 100vw;
    margin-top: 64px;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    padding: 30px 16px;
    height: calc(100vh - 64px)
}

.menu-active .region-mobile-nav {
    display: block
}

@media print,
screen and (min-width:64em) {
    .menu-active .region-mobile-nav {
        display: none
    }
}

.region-mobile-nav .navigation ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none
}

.region-mobile-nav .navigation ul li {
    list-style: none;
    padding-top: 0
}

.region-mobile-nav .navigation ul li.menu-item--expanded {
    position: relative;
    padding-right: 64px
}

.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 2px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease
}

.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu:after {
    content: "";
    font-size: 2.5rem;
    color: #FF0064
}

.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu:hover,
.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu:focus,
.region-mobile-nav .navigation ul li.menu-item--expanded .show-submenu:active {
    right: 0
}

.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu {
    font-size: 0;
    position: absolute;
    right: 24px;
    top: 64px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease
}

.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu:after {
    content: "";
    font-size: 1.5rem
}

.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu:hover,
.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu:focus,
.region-mobile-nav .navigation ul li.menu-item--expanded .close-submenu:active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.region-mobile-nav .navigation ul li.menu-item--expanded>.menu {
    background-color: #fff;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    padding: 147px 24px 100px;
    overflow-y: auto;
    z-index: 1
}

.region-mobile-nav .navigation ul li.menu-item--expanded>.menu.is-active {
    display: block
}

.region-mobile-nav .navigation ul li.menu-item--expanded>.menu a {
    text-align: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px
}

.region-mobile-nav .navigation ul li.menu-item--expanded>.menu .menu-item--expanded>a {
    padding-left: 64px
}

.region-mobile-nav .navigation ul li.menu-item--expanded .back-button {
    margin-top: 62px
}

.region-mobile-nav .navigation ul li.menu-item--expanded .back-button a {
    color: #FF0064
}

.region-mobile-nav .navigation ul li a {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.6px;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size:1.1rem;
}

.region-mobile-nav .navigation ul li a:hover,
.region-mobile-nav .navigation ul li a:focus,
.region-mobile-nav .navigation ul li a:active {
    text-decoration: underline
}

.region-mobile-nav .navigation ul li .menu {
    margin-left: 30px
}

html[lang="en"] .header .block-language-switcher .links li[hreflang="en"] a:after,
html[lang="de"] .header .block-language-switcher .links li[hreflang="de"] a:after,
html[lang="zh-hans"] .header .block-language-switcher .links li[hreflang="zh-hans"] a:after {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}


.header {
    position: relative;
    z-index: 205;
    background-color: #fff;
}

@media print,
screen and (min-width:64em) {
    .header {
        /*padding-top: 10px;*/
        /*padding-bottom: 40px*/
    }
    .header .row:after, .header .row:before{
        content:none;
    }
}

.header-is-transparent:not(.user-logged-in):not(.menu-active) .header {
    background-color: transparent;
}

.header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
}

@media print,
screen and (min-width:64em) {
    .header .row {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media print,
screen and (min-width:64em) {

    .header .row>nav,
    .header .row>div {
        padding-right: 20px;
        padding-left: 16px
    }
}

@media print,
screen and (min-width:64em) {
    .header .row>#block-themekit-branding {

    }
    html[lang="zh-hans"] .header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-themekit-branding a {
        background-image: url(/skin/default/images/top-logo-white.png)
    }
}

.header .block-themekit-branding {
    max-width: 183px;
    margin-right: 0px;
    margin-left: 82px
}

@media print,
screen and (min-width:64em) {
    .header .block-themekit-branding {
        flex: 0 0 auto;
        max-width: 150px;
        margin: 0
    }
}

@media screen and (min-width:75em) {
    .header .block-themekit-branding {
        max-width: 100%;
        width: 366px
    }
}

.header .block-themekit-branding a {
    display: block
}

.header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-themekit-branding a {
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

html[lang="zh-hans"] .header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-themekit-branding a,
html[lang="zh-hans"] .header .block-themekit-branding a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

html[lang="zh-hans"] .header .block-themekit-branding a {
    background-image: url(/skin/default/images/top-logo.png)
}

html[lang="zh-hans"] .header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-themekit-branding a {
    background-image: url(/skin/default/images/top-logo.png)
}

@media print,
screen and (min-width:64em) {
    .header .block-themekit-branding img {
        width: 100%
    }
}

.header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-themekit-branding img {
    opacity: 0
}

html[lang="zh-hans"] .header .block-themekit-branding img {
    opacity: 0
}

.header .block-language-switcher .block-type-wrapper {
    position: relative;
    height: 32px;
    width: 35px
}

.header .block-language-switcher.expanded .links {
    background-color: #fff;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 10px
}

.header .block-language-switcher.expanded .links li {
    display: block
}

.header .block-language-switcher .links {
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: -5px;
    top: 100%
}

.header .block-language-switcher .links li {
    display: none;
    margin-bottom: 10px
}

html[lang="en"] .header .block-language-switcher .links li[hreflang="en"],
html[lang="de"] .header .block-language-switcher .links li[hreflang="de"],
html[lang="zh-hans"] .header .block-language-switcher .links li[hreflang="zh-hans"] {
    position: absolute;
    right: 0;
    top: -31px;
    display: block;
    width: 40px
}

html[lang="en"] .header .block-language-switcher .links li[hreflang="en"] a,
html[lang="de"] .header .block-language-switcher .links li[hreflang="de"] a,
html[lang="zh-hans"] .header .block-language-switcher .links li[hreflang="zh-hans"] a {
    font-weight: 700
}

html[lang="en"] .header .block-language-switcher .links li[hreflang="en"] a:after,
html[lang="de"] .header .block-language-switcher .links li[hreflang="de"] a:after,
html[lang="zh-hans"] .header .block-language-switcher .links li[hreflang="zh-hans"] a:after {
    content: ""
}

.header .block-language-switcher .links li a {
    color: #6F6259;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: .875rem
}

@media print,
screen and (min-width:64em) {
    .header .block-language-switcher .links li a {
        color: #000
    }
}

@media screen and (min-width:75em) {
    .header .block-language-switcher .links li a {
        font-size: 1rem
    }
}

/*.header-is-transparent:not(.user-logged-in):not(.menu-active) .header .block-language-switcher .links li a.is-active {*/
/*    color: #fff*/
/*}*/

.header .block-language-switcher .links li a:hover,
.header .block-language-switcher .links li a:focus,
.header .block-language-switcher .links li a:active {
    color: #FF0064 !important
}

.header .mobile-navbar-toggle {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: -5px;
    margin-right: auto
}

@media print,
screen and (min-width:64em) {
    .header .mobile-navbar-toggle {
        display: none
    }
}

.header .mobile-navbar-toggle__icon {
    font-size: 0;
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FF0064;
    transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.header .mobile-navbar-toggle__icon:before,
.header .mobile-navbar-toggle__icon:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #FF0064;
    position: absolute;
    left: 0;
    transition: background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

.header .mobile-navbar-toggle__icon:before {
    top: 7px
}

.header .mobile-navbar-toggle__icon:after {
    bottom: 7px
}

.menu-active .header .mobile-navbar-toggle__icon {
    height: 0;
    background-color: transparent;
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.menu-active .header .mobile-navbar-toggle__icon:before {
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-active .header .mobile-navbar-toggle__icon:after {
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.block-search-popup .search-popup-toggle:before,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-field-nothing div:not(.news_article):before,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-field-nothing .news_article:before,
.block-search-popup .close-popup:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased
}

body.search-popup-active {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.block-search-popup {
    margin-right: 15px;
    margin-left: auto
}

@media print,
screen and (min-width:64em) {
    .block-search-popup {
        margin: 0
    }
}

.block-search-popup .search-popup-toggle {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    transition: all 0.3s ease;
    color: #6F6259
}

.block-search-popup .search-popup-toggle:before {
    content: "";
    font-size: 2rem
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup-toggle {
        width: 24px;
        height: 24px
    }
}

@media print,
screen and (min-width:64em) {
    .block-search-popup .search-popup-toggle {
        color: #000
    }
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup-toggle::before {
        font-size: 1.5rem
    }
}

.header-is-transparent:not(.user-logged-in):not(.menu-active) .block-search-popup .search-popup-toggle {
    color: #fff
}

.block-search-popup .search-popup-toggle:hover,
.block-search-popup .search-popup-toggle:focus,
.block-search-popup .search-popup-toggle:active {
    color: #FF0064
}

.block-search-popup .search-popup {
    background-color: #fff;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 112px 24px 50px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

@media print,
screen and (max-width:63.99875em) {
    .block-search-popup .search-popup {
        z-index: 2
    }
}

@media print,
screen and (min-width:64em) {
    .block-search-popup .search-popup {
        top: 154px;
        padding-top: 80px;
        height: calc(100% - 154px)
    }
}

@media screen and (min-width:75em) {
    .block-search-popup .search-popup {
        top: 158px;
        height: calc(100% - 158px)
    }
}

.toolbar-horizontal .block-search-popup .search-popup {
    top: 211px;
    height: calc(100% - 211px)
}

.search-popup-active .block-search-popup .search-popup {
    display: block
}

@media print,
screen and (max-width:47.99875em) {
    .block-search-popup .search-popup .inner-container {
        padding: 0
    }
}

.block-search-popup .search-popup .view-wrapper {
    position: relative
}

.block-search-popup .search-popup .view-header {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 48px;
    display: none
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup .view-header {
        display: block
    }
}

.block-search-popup .search-popup .view-filters {
    max-width: 750px;
    margin: 0 auto
}

.block-search-popup .search-popup .view-filters .form--inline {
    position: relative;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup .view-filters .form--inline {
        margin-bottom: 74px
    }
}

.block-search-popup .search-popup .view-filters .form--inline .form-item {
    float: none;
    margin: 0
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"] {
    background-color: #F5F4F2;
    background-image: none;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.14;
    letter-spacing: 0.6px;
    color: #000;
    padding: 11px 48px;
    margin-bottom: 0
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"].ui-autocomplete-loading {
    background-position: right 15px center;
    background-size: 20px
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"]::-webkit-input-placeholder {
    color: #9E958F
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"]:-ms-input-placeholder {
    color: #9E958F
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"]::-ms-input-placeholder {
    color: #9E958F
}

.block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"]::placeholder {
    color: #9E958F
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup .view-filters .form--inline .form-item [type="text"] {
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: 0.06px;
        padding: 8px 56px
    }
}

.block-search-popup .search-popup .view-filters .form--inline .form-actions {
    margin: 0
}

.block-search-popup .search-popup .view-filters .form--inline .form-actions [type="submit"] {
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 0;
    background-color: transparent;
    background-image: url(/themes/custom/themekit/dist/assets/images/svg/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup .view-filters .form--inline .form-actions [type="submit"] {
        width: 32px;
        height: 32px
    }
}

.block-search-popup .search-popup .view-filters .ui-widget-content {
    font-family: "Poppins", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    box-shadow: none;
    border: 0;
    display: block !important;
    position: relative;
    top: auto !important;
    left: auto !important
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-autocomplete-field-group {
    background-color: transparent;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.14;
    letter-spacing: 0.6px;
    color: #9E958F;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 24px 0
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-autocomplete-field-group:first-of-type {
    margin-top: 0
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) {
    border: 0;
    margin-top: 8px;
    padding: 0;
    list-style: none
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):hover,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):focus,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):active {
    background-color: transparent
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):hover .ui-menu-item-wrapper,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):focus .ui-menu-item-wrapper,
.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group):active .ui-menu-item-wrapper {
    color: #FF0064
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-menu-item-wrapper {
    color: #000;
    padding: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2;
    margin: 0;
    transition: all 0.3s ease
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-fields>* {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-field-nothing div:not(.news_article):before {
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    margin-right: 8px
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-field-nothing .news_article:before {
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 3px;
    margin-right: 8px
}

.block-search-popup .search-popup .view-filters .ui-widget-content .ui-menu-item:not(.ui-autocomplete-field-group) .ui-autocomplete-field-created {
    display: none
}

.block-search-popup .search-popup .view-content {
    max-width: 750px;
    margin: 40px auto 0
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .search-popup .view-content {
        margin-top: 74px
    }
}

.block-search-popup .search-popup .view-content .views-row:not(:last-of-type) {
    margin-bottom: 8px
}

.block-search-popup .close-popup {
    font-weight: 600;
    font-size: 0;
    line-height: 1.5;
    letter-spacing: 1.65px;
    display: flex;
    align-items: center;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0;
    width: 24px
}

.block-search-popup .close-popup:before {
    content: "";
    font-size: 1.5rem
}

@media print,
screen and (min-width:48em) {
    .block-search-popup .close-popup {
        color: #FF0064;
        font-size: 1rem;
        width: auto
    }

    .block-search-popup .close-popup::before {
        margin-right: 4px
    }
}

.block-search-popup .close-popup:hover,
.block-search-popup .close-popup:focus,
.block-search-popup .close-popup:active {
    color: #650028
}

@keyframes gin-throbber {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.ajax-progress__throbber,
.ajax-progress__throbber--fullscreen,
.ui-dialog .ajax-progress__throbber,
.media-library-item .ajax-progress__throbber {
    border: 3px solid var(--gin-color-primary);
}

[dir="ltr"] .ajax-progress__throbber,
[dir="ltr"] .ajax-progress__throbber--fullscreen,
[dir="ltr"] .ui-dialog .ajax-progress__throbber,
[dir="ltr"] .media-library-item .ajax-progress__throbber {
    border-right: 3px dotted transparent;
}

[dir="rtl"] .ajax-progress__throbber,
[dir="rtl"] .ajax-progress__throbber--fullscreen,
[dir="rtl"] .ui-dialog .ajax-progress__throbber,
[dir="rtl"] .media-library-item .ajax-progress__throbber {
    border-left: 3px dotted transparent;
}

.ajax-progress .ajax-progress__message {
    color: var(--gin-color-text);
}

[dir].gin--dark-mode .ajax-progress--fullscreen {
    background-color: var(--gin-color-primary);
    border-color: transparent;
    box-shadow: 0 2px 6px 0 var(--gin-bg-app);
}

[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,
[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen {
    border: 3px solid var(--gin-bg-app);
    border-right: 3px dotted transparent;
}

.media-library-widget .ajax-progress__throbber,
.media-library-widget .ajax-progress__throbber--fullscreen {
    border: 2px solid var(--gin-color-primary);
}

[dir="ltr"] .media-library-widget .ajax-progress__throbber,
[dir="ltr"] .media-library-widget .ajax-progress__throbber--fullscreen {
    border-right: 2px dotted transparent;
}

[dir="rtl"] .media-library-widget .ajax-progress__throbber,
[dir="rtl"] .media-library-widget .ajax-progress__throbber--fullscreen {
    border-left: 2px dotted transparent;
}

.ui-dialog .ajax-progress-throbber {
    padding: var(--gin-spacing-xs);
    background: var(--gin-bg-app);
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 rgba(34, 35, 48, .1);
    border: 1px solid rgba(216, 217, 224, .8);
}

.gin--dark-mode .ui-dialog .ajax-progress-throbber {
    background-color: var(--gin-color-primary);
    border-color: transparent;
    box-shadow: 0 2px 6px 0 var(--gin-bg-app);
}

.ui-dialog .ajax-progress-throbber::before,
.contextual-links .ajax-progress-throbber::before {
    content: "";
    display: block;
    position: absolute;
    top: var(--gin-spacing-xs);
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid var(--gin-color-primary);
    border-radius: 50%;
    animation: gin-throbber .75s linear infinite;
}

[dir="ltr"] .ui-dialog .ajax-progress-throbber::before,
[dir="ltr"] .contextual-links .ajax-progress-throbber::before {
    left: var(--gin-spacing-xs);
    border-right: 2px dotted transparent;
}

[dir="rtl"] .ui-dialog .ajax-progress-throbber::before,
[dir="rtl"] .contextual-links .ajax-progress-throbber::before {
    right: var(--gin-spacing-xs);
    border-left: 2px dotted transparent;
}

.gin--dark-mode .ui-dialog .ajax-progress,
.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress {
    background-color: var(--gin-bg-app);
    border-color: var(--gin-bg-app);
}

.contextual-links li {
    position: relative;
}

.contextual-links .ajax-progress-throbber {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
}

[dir="ltr"] .contextual-links .ajax-progress-throbber {
    right: var(--gin-spacing-xxs);
}

[dir="rtl"] .contextual-links .ajax-progress-throbber {
    left: var(--gin-spacing-xxs);
}

.contextual-links .ajax-progress-throbber::before {
    top: 0;
}

[dir="ltr"] .contextual-links .ajax-progress-throbber::before {
    left: .25em;
}

[dir="rtl"] .contextual-links .ajax-progress-throbber::before {
    right: .25em;
}

.claro-autocomplete__message {
    color: var(--gin-color-primary);
}


.tobbar-wrapper {
        background: #f2f2f2;
        width: 100%;
        padding: 9px 14px;
        position: relative
    }
    .tobbar-wrapper .menu--top-menu{
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }
    .tobbar-wrapper .menu--top-menu li{
        background-image: url(/skin/default/images/icon_global.png);
        background-repeat: no-repeat;
        background-position: left center;
    }
    .tobbar-wrapper a, .tobbar-wrapper ul.menu--top-menu li a {
        font-size: .75rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: 1.8px;
        text-align: right;
        color: #5f5f5f;
        text-transform: uppercase;
        padding: 0 0 0 26px;
    }
    @media screen and (max-width:991px) {
        .tobbar-wrapper{
           display: none;
        }
    }

.friend-links-content {
                        width: 450px;
                        display: flex;
                        justify-content: space-between;
                    }

                    .friendlink-title {
                        float: left;
                        color: #5f5f5f!important;
                        font-weight: 700;
                        font-size: .75rem
                    }

                    .friendlink-gov {
                        padding-left: 15px;
                        float: left;
                        color: #5f5f5f!important;
                        font-size: .75rem
                    }

                    .friendlink-sinochem {
                        float: left;
                        color: #5f5f5f!important;
                        font-size: .75rem;
                    }

                    .friend-links {
                        position: relative;
                        line-height: 0;
                    }

                    .friend-links>a {
                        font-size: .75rem;
                        font-weight: 400;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: normal;
                        letter-spacing: .4px;
                        text-align: right;
                        color: #000;
                        display: inline-block;
                        position: relative;
                        opacity: .57;
                        background-image: url('/static/images/arrow-down.png');
                        background-repeat: no-repeat;
                        background-position: right center;
                        background-size: 15px;
                        padding-right: 15px;
                        
                    }

                    .friend-links>a span.hidden-lg.hidden-md {
                        display: none
                    }

                    .friend-links>a.active {
                        color: #0089a3
                    }

                    .friend-links>a:focus, .friend-links>a:hover {
                        text-decoration: none
                    }

                    .friend-links>a em {
                        font-style: normal
                    }

                    .friend-links>a.active:after {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease
                    }

                    .friend-links .language-switcher-language-url {
                        position: absolute;
                        top: 0px;
                        left: 28px;
                        background: #fff;
                        width: 125px;
                        border-radius: 4px;
                        padding: 25px 0;
                        -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
                        box-shadow: 0 5px 25px 0 rgba(0,0,0,.15);
                        display: none;
                    }

                    .friend-links .language-switcher-language-url ul {
                        padding: 0;
                        margin: 0;
                    }

                    .friend-links .language-switcher-language-url ul li {
                        list-style: none;
                        padding: 5px;
                        text-align: center;
                        line-height: 1;
                        position: relative
                    }

                    .friend-links .language-switcher-language-url ul li a {
                        text-transform: uppercase;
                        font-size: 16px;
                        font-weight: 400;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: normal;
                        letter-spacing: normal;
                        color: #424242
                    }

                    .friend-links .language-switcher-language-url ul li a:hover {
                        color: #ff0064;
                        font-weight: 700;
                    }

                    .friend-links .language-switcher-language-url ul li a:focus, .friend-links .language-switcher-language-url ul li a:hover {
                        text-decoration: none
                    }

                    .friend-links .language-switcher-language-url ul li a.is-active {
                        color: #000
                    }

                    .friend-links .language-switcher-language-url ul li a.zh {
                        font-weight: 500
                    }

                    .footer-qrcode {
                        display: flex;
                        padding-left: 20rem;
                    }

                    .footer-bottom-wrapper {
                        display: flex;
                        justify-content: space-between;
                    }

                    @media screen and (max-width: 991px) {
                        .friend-links .language-switcher-language-url {
                            left: 10px;
                            top: -250px!important
                        }

                        .copyright-content {
                            width: 100%;
                            float: left;
                            font-size: 12px;
                        }

                        .friend-links-content {
                            width: 100%;
                            font-size: 12px;
                            margin-top:20px;
                        }

                        .friendlink-title {
                            float: left;
                            color: #5f5f5f!important;
                            font-weight: 700
                        }

                        .friendlink-gov {
                            padding-left: 15px;
                            float: left;
                            color: #5f5f5f!important
                        }

                        .friendlink-sinochem {
                            float: left;
                            color: #5f5f5f!important
                        }

                        .friend-links>a em {
                            font-style: normal;
                            font-size: 12px
                        }

                        footer .container-fluid {
                            padding: 0 5px;
                        }

                        footer .qrcode {
                            padding-left: 10px;
                        }

                        footer .qrcode .weibo {
                            text-align: center;
                            width: 100%;
                            margin-right: 0
                        }

                        footer .footer-nav {
                            padding-left: 0px;
                        }

                        .footer .region-footer .footer-logo {
                            padding-top: 0;
                        }

                        .footer .region-footer .menu--footer {
                            display: none;
                        }

                        .footer-qrcode {
                            padding-left: 0;
                        }

                        .footer-qrcode .weibo {
                            width: 100%;
                            text-align: center;
                        }

                        .footer-bottom-wrapper {
                            display: block;
                        }

                        .footer .region-footer-bottom .menu--footer-utility .menu .menu-item {
                            display: block;
                            text-align: center;
                        }
                    }